aboutsummaryrefslogtreecommitdiff
path: root/gcc/c-lang.c
AgeCommit message (Collapse)AuthorFilesLines
1995-07-10(finish_file): Add missing parm to start_function call.Richard Kenner1-1/+1
From-SVN: r10112
1995-06-15Update FSF address.Richard Kenner1-1/+2
From-SVN: r9959
1995-06-14(finish_file): Pass extra parm to start_function.Richard Kenner1-1/+1
From-SVN: r9944
1995-03-09(finish_file): Pass new parm to start_function.Richard Kenner1-3/+3
From-SVN: r9149
1995-01-14__attribute__ ((constructor))Jason Merrill1-0/+50
From-SVN: r8747
1993-04-22(maybe_objc_comptypes): Undo the previous change and make the undecided ↵Tom Wood1-1/+1
return... (maybe_objc_comptypes): Undo the previous change and make the undecided return value from 2 to -1 to avoid confusion with the values used by comptypes. From-SVN: r4191
1993-04-14(maybe_objc_comptypes): Return 0 (incompatible) rather than 2 (similar ↵Tom Wood1-1/+1
enough) as the default. (maybe_objc_comptypes): Return 0 (incompatible) rather than 2 (similar enough) as the default. This was an inadvertent change in the Objective-C merge. From-SVN: r4153
1993-04-09(is_class_name, maybe_objc_method_name,Tom Wood1-3/+28
build_objc_string): New functions. From-SVN: r4066
1993-03-25Added front-end taggint to object files.Mike Stump1-0/+6
From-SVN: r3874
1992-01-18entered into RCSRichard Stallman1-1/+1
From-SVN: r209
1991-12-25Initial revisionRichard Stallman1-0/+98
From-SVN: r141