* opts.sh (POSIXLY_CORRECT): Unset it.

From-SVN: r67954
This commit is contained in:
Nathan Sidwell 2003-06-14 17:40:07 +00:00 committed by Nathan Sidwell
parent ee6b0296b8
commit b7a7058884
2 changed files with 5 additions and 0 deletions

View 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.

View 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