va_list typedef needs to be disabled

From-SVN: r32080
This commit is contained in:
Bruce Korb 2000-02-20 23:15:32 +00:00 committed by Bruce Korb
parent f76ca83c3c
commit 2260b683e4
2 changed files with 9 additions and 0 deletions

View file

@ -1,3 +1,10 @@
2000-02-20 Bruce Korb <bkorb@gnu.org>
* fixinc/inclhack.def(stdio_va_list):
typedef needs to be disabled.
* fixinc/inclhack.sh: regen
* fixinc/fixincl.x: regen
2000-02-20 Geoff Keating <geoffk@cygnus.com>
* print-rtl.c (print_rtx): Don't print addresses when

View file

@ -1650,6 +1650,8 @@ fix = {
"s@ va_list@ __not_va_list__@\n"
"s@\\*va_list@*__not_va_list__@\n"
"s@ __va_list)@ __gnuc_va_list)@\n"
"s@typedef[ \t]\\(.*\\)[ \t]va_list[ \t]*;"
"@typedef \\1 __not_va_list__;@\n"
"s@GNUC_VA_LIST@GNUC_Va_LIST@\n"
"s@_NEED___VA_LIST@_NEED___Va_LIST@\n"
"s@VA_LIST@DUMMY_VA_LIST@\n"