Commit 2260b683 by Bruce Korb Committed by Bruce Korb

va_list typedef needs to be disabled

From-SVN: r32080
parent f76ca83c
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
......
......@@ -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"
......
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