* opts.sh (POSIXLY_CORRECT): Unset it.
From-SVN: r67954
This commit is contained in:
parent
ee6b0296b8
commit
b7a7058884
@ -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.
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user