* opts.sh (POSIXLY_CORRECT): Unset it.
authorNathan Sidwell <nathan@codesourcery.com>
Sat, 14 Jun 2003 17:40:07 +0000 (17:40 +0000)
committerNathan Sidwell <nathan@gcc.gnu.org>
Sat, 14 Jun 2003 17:40:07 +0000 (17:40 +0000)
From-SVN: r67954

gcc/ChangeLog
gcc/opts.sh

index dc46038be07d9ee6b0a050ea9e98a2a5878c4440..a02cabe6ecea50a064b4b70f41a5c0e083627e96 100644 (file)
@@ -1,5 +1,7 @@
 2003-06-14  Nathan Sidwell  <nathan@codesourcery.com>
 
+       * opts.sh (POSIXLY_CORRECT): Unset it.
+
        * tree.h (init_function_start): Remove filename and line paramters.
        * function.c (init_function_start): Remove filename and line
        parameters. Use DECL_SOURCE_LOCATION.
index 4d59dc5b592f47b1e54b8ed62c2395458ddea712..3e670600d7eb0f24c32c38ef63c92af9e3fd52dc 100644 (file)
@@ -33,6 +33,9 @@ SORT=sort             # Could be /bin/sort or /usr/bin/sort
 C_FILE=$1; shift
 H_FILE=$1; shift
 
+# Must unset this, so that the gawk extension RS="" works.
+unset POSIXLY_CORRECT
+
 ${AWK} '
        BEGIN{ RS=""; FS="\n" }
        # Ignore comments and blank lines