hdf5/tools
Quincey Koziol ed663577a5 [svn-r4473] Purpose:
Code cleanup for better compatibility with C++ compilers
Description:
    C++ compilers are choking on our C code, for various reasons:
        we used our UNUSED macro incorrectly when referring to pointer types
        we used various C++ keywords as variables, etc.
        we incremented enum's with the ++ operator.
Solution:
    Changed variables, etc.to avoid C++ keywords (new, class, typename, typeid,
        template)

    Fixed usage of UNUSED macro from this:
        char UNUSED *c
    to this:
        char * UNUSED c

    Switched the enums from x++ to x=x+1
Platforms tested:
    FreeBSD 4.4 (hawkwind)
2001-09-25 12:46:32 -05:00
..
gifconv [svn-r4473] Purpose: 2001-09-25 12:46:32 -05:00
h4toh5 [svn-r4473] Purpose: 2001-09-25 12:46:32 -05:00
h5dump [svn-r4473] Purpose: 2001-09-25 12:46:32 -05:00
h5ls [svn-r4473] Purpose: 2001-09-25 12:46:32 -05:00
h5toh4 [svn-r4473] Purpose: 2001-09-25 12:46:32 -05:00
lib [svn-r4455] 2001-09-18 11:57:16 -05:00
misc [svn-r4355] Purpose: 2001-08-14 17:09:56 -05:00
testfiles [svn-r4376] 2001-08-17 15:42:45 -05:00
Dependencies [svn-r3492] Purpose: 2001-02-22 17:01:58 -05:00
Makefile.in [svn-r4325] 2001-08-10 16:34:40 -05:00