This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
bad change to ginclude/va-alpha.h
- To: egcs at cygnus dot com
- Subject: bad change to ginclude/va-alpha.h
- From: Weiwen Liu <weiwen dot liu at yale dot edu>
- Date: Tue, 4 Aug 1998 19:04:31 -0400 (EDT)
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