summaryrefslogtreecommitdiffstats
path: root/tools/h5ls
diff options
context:
space:
mode:
authorBill Wendling <wendling@ncsa.uiuc.edu>2002-01-05 16:36:59 (GMT)
committerBill Wendling <wendling@ncsa.uiuc.edu>2002-01-05 16:36:59 (GMT)
commit240c679e80d717b993d0b43bd38ffdddd615565e (patch)
treed16c7ae5f96c1aebb0c0c0988432bd516e926da5 /tools/h5ls
parent3c6be60da7927d3f5dd2486dc193cabe98f08276 (diff)
downloadhdf5-240c679e80d717b993d0b43bd38ffdddd615565e.zip
hdf5-240c679e80d717b993d0b43bd38ffdddd615565e.tar.gz
hdf5-240c679e80d717b993d0b43bd38ffdddd615565e.tar.bz2
[svn-r4783]
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
Diffstat (limited to 'tools/h5ls')
0 files changed, 0 insertions, 0 deletions