aboutsummaryrefslogtreecommitdiff
path: root/gcc/scan-decls.c
AgeCommit message (Collapse)AuthorFilesLines
1996-07-03formatting tweaksMike Stump1-6/+6
From-SVN: r12390
1995-06-19(scan_decls): Fix typo when resetting PREV_ID_START.Richard Kenner1-1/+1
From-SVN: r10008
1995-06-15Update header.Richard Kenner1-2/+1
From-SVN: r9965
1995-06-15Update FSF address.Richard Kenner1-1/+2
From-SVN: r9964
1995-06-09(scan_decls): Handle declarations with multiple comma-separatedRichard Kenner1-33/+84
declarators. From-SVN: r9912
1995-04-05Re-write fixproto/fix-header/etc to use cpplib.Per Bothner1-89/+88
From-SVN: r9316
1993-11-08(scan_decls): After seeing an extern variable declaration...Richard Stallman1-1/+1
(scan_decls): After seeing an extern variable declaration, goto new_statement to read a new token, rather than going to handle_statement (which uses the current token). From-SVN: r6037
1993-10-26Include hconfig.h.Richard Kenner1-3/+1
Remove unused #ifdef OLD. From-SVN: r5912
1993-10-26(scan_decls): When reading parameter list,Richard Stallman1-19/+27
handle whitespace differently, and keep track of line number. From-SVN: r5890
1993-10-12Re-write to be a subroutines of patch-header.Per Bothner1-34/+28
From-SVN: r5765
1993-08-09Merge. See ChangeLog.Per Bothner1-8/+40
From-SVN: r5125
1993-07-25Initial revisionPer Bothner1-0/+170
From-SVN: r4986