OSDN Git Service

* opts.sh (POSIXLY_CORRECT): Unset it.
authornathan <nathan@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 14 Jun 2003 17:40:07 +0000 (17:40 +0000)
committernathan <nathan@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 14 Jun 2003 17:40:07 +0000 (17:40 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@67954 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/opts.sh

index dc46038..a02cabe 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 4d59dc5..3e67060 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