aboutsummaryrefslogtreecommitdiff
path: root/gcc/cppmain.c
AgeCommit message (Collapse)AuthorFilesLines
1996-07-03formatting tweaksMike Stump1-1/+1
From-SVN: r12390
1996-06-07cppmain.c (fancy_abort): Only define #ifdef abort.Per Bothner1-2/+4
* cppmain.c (fancy_abort): Only define #ifdef abort. (main): Make sure cpp_fatal is before exit. From-SVN: r12209
1996-06-06cppmain.c (main): Use CPP_SET_WRITTEN and cpp_fatal.Per Bothner1-7/+9
* cppmain.c (main): Use CPP_SET_WRITTEN and cpp_fatal. Use renamed function names, and return protocols. From-SVN: r12203
1995-11-04Define progname, required by cpplib.Richard Kenner1-0/+2
From-SVN: r10546
1995-06-15Update FSF address.Richard Kenner1-1/+1
From-SVN: r9959
1995-05-16Use FATAL_EXIT_CODE instead of FAILURE_EXIT_CODE.Richard Kenner1-1/+5
Include config.h #ifndef EMACS. From-SVN: r9724
1995-04-30* cppmain.c (main): Remove commented-out code that used PARSE_GETC.Per Bothner1-8/+0
From-SVN: r9553
1995-03-16Initial revisionPer Bothner1-0/+102
From-SVN: r9191