Changeset: fa1a5103dddd for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=fa1a5103dddd
Modified Files:
        monetdb_config.h.in
Branch: cmake-fun
Log Message:

inline keyword is a C99 feature and present in every compiler we use.


diffs (22 lines):

diff --git a/monetdb_config.h.in b/monetdb_config.h.in
--- a/monetdb_config.h.in
+++ b/monetdb_config.h.in
@@ -572,17 +572,11 @@
 #cmakedefine __attribute__(a)
 #endif
 
-/* Does your compiler support the `_Noreturn' specifier? */
+/* Does your compiler support the `_Noreturn' specifier? (C11 feature) */
 #ifndef _Noreturn
 #cmakedefine _Noreturn @_Noreturn@
 #endif
 
-/* Define to `__inline__' or `__inline' if that's what the C compiler
-   calls it, or to nothing if 'inline' is not supported under any name.  */
-#ifndef inline
-#cmakedefine inline
-#endif
-
 /* Does your compiler support the `__restrict' specifier? */
 #ifndef restrict
 #cmakedefine restrict @restrict@
_______________________________________________
checkin-list mailing list
[email protected]
https://www.monetdb.org/mailman/listinfo/checkin-list

Reply via email to