aboutsummaryrefslogtreecommitdiff
path: root/gcc/c-parse.c
AgeCommit message (Collapse)AuthorFilesLines
1998-05-07More toplev.h cleanup, regnerate c-parse.c.Jim Wilson1-362/+363
From-SVN: r19614
1998-05-05* Check in merge from gcc2. See ChangeLog.12 for details.Jeff Law1-367/+373
From-SVN: r19553
1998-04-06More system.h cutover patches:Kaveh R. Ghazi1-8/+1
* c-parse.in: Include system.h, and remove stuff now made redundant. * cccp.c: Likewise. * cexp.y: Likewise. * protoize.c: Likewise. Properly check for cpp stringification. * Makefile.in (c-parse.o, cccp.o, cexp.o, protoize.o, unprotoize.o): Depend on system.h. * objc/Make-lang.in (objc-parse.o): Likewise. From-SVN: r19020
1998-03-23c-parse.in: Recognize protocol qualifiers in class definitions for objc.H.J. Lu1-368/+367
* c-parse.in: Recognize protocol qualifiers in class definitions for objc. Include "output.h". (yyerror): Remove redundant decl. (yyprint): Fix prototype. From-SVN: r18788
1998-02-24c-parse.y (undeclared variable error): Tweak error message to be clearer.Jeffrey A Law1-4/+4
* c-parse.y (undeclared variable error): Tweak error message to be clearer. From-SVN: r18226
1997-11-02Update mainline egcs to gcc2 snapshot 971021.Jeff Law1-16/+22
From-SVN: r16278
1997-11-02This commit was generated by cvs2svn to compensate for changes in r16274,Jeff Law1-1145/+1132
which included commits to RCS files with non-trunk default branches. From-SVN: r16275
1997-08-11Initial revisionmisc/cutover-egcs-1Jeff Law1-0/+3859
From-SVN: r14764