The following change breaks gcc on alpha-dec-osf4.0 while stage1 compiler
compiles gen-protos.c.
Sat Aug 1 17:59:30 1998 Richard Henderson <rth@cygnus.com>
* ginclude/va-alpha.h (va_list): Use a typedef, not a define.
* ginclude/va-clipper.h (va_list): Likewise.
Reverting the change to va-alpha.h solves the problem.
Weiwen