mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-03-31 17:10:47 +08:00
[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:
parent
09855e5628
commit
3b36f55715
@ -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 */
|
||||
|
Loading…
x
Reference in New Issue
Block a user