mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-01-30 15:32:37 +08:00
240c679e80
Purpose: Small Fix Description: Changed how the list of drivers were listed from: { "driver1", "driver2", /* ... */ "drivern", #ifdef FOO "driverm" #endif }; to { "driver1" ,"driver2" /* ... */ ,"drivern" #ifdef FOO ,"driverm" #endif }; since it's a nicer way of doing the same thing without the annoying warning of an extraneous , if FOO isn't defined. Platforms tested: Dangermouse, Modi4, Kelgia |
||
---|---|---|
.. | ||
gifconv | ||
h4toh5 | ||
h5dump | ||
h5ls | ||
h5toh4 | ||
lib | ||
misc | ||
testfiles | ||
Dependencies | ||
Makefile.in |