Commit b7a70588 by Nathan Sidwell Committed by Nathan Sidwell

* opts.sh (POSIXLY_CORRECT): Unset it.

From-SVN: r67954
parent ee6b0296
2003-06-14 Nathan Sidwell <nathan@codesourcery.com> 2003-06-14 Nathan Sidwell <nathan@codesourcery.com>
* opts.sh (POSIXLY_CORRECT): Unset it.
* tree.h (init_function_start): Remove filename and line paramters. * tree.h (init_function_start): Remove filename and line paramters.
* function.c (init_function_start): Remove filename and line * function.c (init_function_start): Remove filename and line
parameters. Use DECL_SOURCE_LOCATION. parameters. Use DECL_SOURCE_LOCATION.
......
...@@ -33,6 +33,9 @@ SORT=sort # Could be /bin/sort or /usr/bin/sort ...@@ -33,6 +33,9 @@ SORT=sort # Could be /bin/sort or /usr/bin/sort
C_FILE=$1; shift C_FILE=$1; shift
H_FILE=$1; shift H_FILE=$1; shift
# Must unset this, so that the gawk extension RS="" works.
unset POSIXLY_CORRECT
${AWK} ' ${AWK} '
BEGIN{ RS=""; FS="\n" } BEGIN{ RS=""; FS="\n" }
# Ignore comments and blank lines # Ignore comments and blank lines
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment