hdf5/tools
Bill Wendling 240c679e80 [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
2002-01-05 11:36:59 -05:00
..
gifconv [svn-r4757] Purpose: 2001-12-30 00:23:38 -05:00
h4toh5 [svn-r4757] Purpose: 2001-12-30 00:23:38 -05:00
h5dump [svn-r4782] 2002-01-05 11:33:50 -05:00
h5ls [svn-r4757] Purpose: 2001-12-30 00:23:38 -05:00
h5toh4 [svn-r4757] Purpose: 2001-12-30 00:23:38 -05:00
lib [svn-r4783] 2002-01-05 11:36:59 -05:00
misc [svn-r4757] Purpose: 2001-12-30 00:23:38 -05:00
testfiles [svn-r4782] 2002-01-05 11:33:50 -05:00
Dependencies [svn-r3492] Purpose: 2001-02-22 17:01:58 -05:00
Makefile.in [svn-r4759] 2001-12-30 10:07:00 -05:00