2007-11-09 H.J. Lu <hongjiu.lu@intel.com>
[deliverable/binutils-gdb.git] / gas / config.in
index 7ac901d6fdbb48bb6484c22370a67581119891d4..3732f2a0ad6aafd3dacabaed33f8783793596d10 100644 (file)
    `char[]'. */
 #undef YYTEXT_POINTER
 
+/* Enable GNU extensions on systems that have them.  */
+#ifndef _GNU_SOURCE
+# undef _GNU_SOURCE
+#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 __cplusplus
This page took 0.023487 seconds and 4 git commands to generate.