]> gcc.gnu.org Git - gcc.git/blobdiff - libstdc++-v3/config/os/gnu-linux/bits/os_defines.h
acinclude.m4 (GLIBCPP_ENABLE_LONG_LONG): Check for lldiv_t.
[gcc.git] / libstdc++-v3 / config / os / gnu-linux / bits / os_defines.h
index a74dbf43a596f952c682ca2c8163853acf1f03ff..80c66185ae3edb9281bd1274c8b40f74ef0bbc65 100644 (file)
 #ifndef _GLIBCPP_OS_DEFINES
 #  define _GLIBCPP_OS_DEFINES
 
-// By enabling this, all GNU extensions are enabled.
+// By defining this, all GNU extensions are enabled.
 #define _GNU_SOURCE 1
 
-// By enabling this, all ISO C99 functionality is enabled.
+// By defining this, all ISO C99 functionality is enabled.
 #define _ISOC99_SOURCE 1
 
 // This keeps isanum, et al from being propagated as macros.
This page took 0.03157 seconds and 5 git commands to generate.