We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0df58e7 commit e836b30Copy full SHA for e836b30
src/bsd_cdefs.h
@@ -93,7 +93,7 @@
93
* for a given compiler, let the compile fail if it is told to use
94
* a feature that we cannot live without.
95
*/
96
-#if __GNUC_PREREQ__(2, 7) || defined(__INTEL_COMPILER)
+#if !defined(__pure2) && (__GNUC_PREREQ__(2, 7) || defined(__INTEL_COMPILER))
97
#define __pure2 __attribute__((__const__))
98
#endif
99
0 commit comments