Removes outdated checks for ways inline might be defined (#781)
These are obsolete now that we require C99.
This commit is contained in:
committed by
Larry Knox
parent
a99e9fc089
commit
3b0ce023c7
@@ -599,14 +599,6 @@ if (WINDOWS)
|
||||
endif ()
|
||||
endif ()
|
||||
|
||||
#-----------------------------------------------------------------------------
|
||||
# Determine how 'inline' is used
|
||||
#-----------------------------------------------------------------------------
|
||||
foreach (inline_test inline __inline__ __inline)
|
||||
string (TOUPPER ${inline_test} INLINE_TEST_MACRO)
|
||||
HDF_FUNCTION_TEST (HAVE_${INLINE_TEST_MACRO})
|
||||
endforeach ()
|
||||
|
||||
#-----------------------------------------------------------------------------
|
||||
# Check how to print a Long Long integer
|
||||
#-----------------------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user