diff options
author | korbb <korbb@138bc75d-0d04-0410-961f-82ee72b054a4> | 1999-06-28 07:07:04 +0000 |
---|---|---|
committer | korbb <korbb@138bc75d-0d04-0410-961f-82ee72b054a4> | 1999-06-28 07:07:04 +0000 |
commit | 13811c961f692d2134a1a71811bc46ccb594c462 (patch) | |
tree | 5331743f8d2dc0a484b15bdbb20f754ca0472a2c /gcc/fixinc/inclhack.sh | |
parent | 31c534b89cf762ef8a6f494474b7800b1363eab8 (diff) | |
download | ppe42-gcc-13811c961f692d2134a1a71811bc46ccb594c462.tar.gz ppe42-gcc-13811c961f692d2134a1a71811bc46ccb594c462.zip |
* fixinc/inclhack.def(stdio_va_list): This patch Removes a
semicolon from the BSD VA_LIST replacement expression.
* fixinc/inclhack.sh: regen
* fixinc/fixincl.x: regen
* fixinc/mkfixinc.sh: Have `i[34567]86-*-freebsd*' machines
now use the fixincl program.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@27811 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/fixinc/inclhack.sh')
-rwxr-xr-x | gcc/fixinc/inclhack.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/fixinc/inclhack.sh b/gcc/fixinc/inclhack.sh index 02131d3ff4e..e441eb9a240 100755 --- a/gcc/fixinc/inclhack.sh +++ b/gcc/fixinc/inclhack.sh @@ -2042,7 +2042,7 @@ typedef __regmatch_t regmatch_t; sed -e 's@ va_list @ __gnuc_va_list @' \ -e 's@ va_list)@ __gnuc_va_list)@' \ - -e 's@ _BSD_VA_LIST_));@ __gnuc_va_list));@' \ + -e 's@ _BSD_VA_LIST_))@ __gnuc_va_list))@' \ -e 's@ _VA_LIST_));@ __gnuc_va_list));@' \ -e 's@ va_list@ __va_list__@' \ -e 's@\*va_list@*__va_list__@' \ |