inclhack.def: Restore patch lost during last merge of "no_bogosity" branch.
* fixinc/inclhack.def: Restore patch lost during last merge of "no_bogosity" branch. * fixinc/inclhack.sh, fixinc/fixincl.x: Rebuilt. From-SVN: r30005
This commit is contained in:
parent
abf7cec73a
commit
70d42369b1
@ -1,3 +1,9 @@
|
||||
Fri Oct 15 00:00:24 1999 Loren J. Rittle <ljrittle@acm.org>
|
||||
|
||||
* fixinc/inclhack.def: Restore patch lost during last merge of
|
||||
"no_bogosity" branch.
|
||||
* fixinc/inclhack.sh, fixinc/fixincl.x: Rebuilt.
|
||||
|
||||
Thu Oct 14 23:57:56 1999 Gavin Romig-Koch <gavin@cygnus.com>
|
||||
|
||||
* fixincludes: Add a HPUX 11 fix for inttypes.h.
|
||||
|
@ -2730,7 +2730,7 @@ const char* apzStdio_Va_ListPatch[] = { "sh", "-c",
|
||||
\n\
|
||||
sed -e 's@ va_list @ __gnuc_va_list @' \\\n\
|
||||
-e 's@ va_list)@ __gnuc_va_list)@' \\\n\
|
||||
-e 's@ _BSD_VA_LIST_));@ __gnuc_va_list));@' \\\n\
|
||||
-e 's@ _BSD_VA_LIST_))@ __gnuc_va_list))@' \\\n\
|
||||
-e 's@ _VA_LIST_));@ __gnuc_va_list));@' \\\n\
|
||||
-e 's@ va_list@ __va_list__@' \\\n\
|
||||
-e 's@\\*va_list@*__va_list__@' \\\n\
|
||||
|
@ -1571,7 +1571,7 @@ fix = {
|
||||
|
||||
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__@' \\
|
||||
|
@ -2162,7 +2162,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__@' \
|
||||
|
Loading…
Reference in New Issue
Block a user