[svn-r5342] Description:

Removed unused code that is related to inline issue.
    hdf5 C source now uses H5_inline for the non-standard
    inline feature.  No need to undefine/redefine the symbol
    inline itself.
Platforms tested:
    eirene.
This commit is contained in:
Albert Cheng 2002-05-02 16:44:46 -05:00
parent 09855e5628
commit 3b36f55715

View File

@ -131,18 +131,6 @@
#define VC_EXTRALEAN /*Exclude rarely-used stuff from Windows headers */
#include <windows.h>
/*
inline is now in C but in the C99 standard and not the old C89 version so
MS doesn't recognize it yet (as of April 2001)
*/
/*
#if defined(__MWERKS__) || defined(__cplusplus)
# define H5_inline inline
# else
# define H5_inline
#endif
*/
#endif /*WIN32*/
/* H5_inline */