diff options
Diffstat (limited to 'src/H5private.h')
-rw-r--r-- | src/H5private.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/H5private.h b/src/H5private.h index f6f7b26..e9e3d20 100644 --- a/src/H5private.h +++ b/src/H5private.h @@ -144,11 +144,13 @@ 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*/ |