aboutsummaryrefslogtreecommitdiff
path: root/gcc/cpplib.h
AgeCommit message (Collapse)AuthorFilesLines
1997-04-13(struct cpp_options): New member warn_undef.Richard Kenner1-0/+4
(CPP_WARN_UNDEF): New macro. From-SVN: r13878
1997-03-19(struct cpp_options): New member c89.Richard Kenner1-1/+5
(CPP_C89): New macro. From-SVN: r13748
1996-10-09(DOLLARS_IN_IDENTIFIERS): Remove.Richard Kenner1-11/+4
From-SVN: r12936
1996-07-03formatting tweaksMike Stump1-20/+20
From-SVN: r12390
1996-06-06cpplib.h (struct parse_file): Removed.Per Bothner1-1/+10
* cpplib.h (struct parse_file): Removed. (CPP_FATAL_LIMIT, CPP_FATAL_ERRORS, CPP_OUT_BUFFER): New macros. From-SVN: r12199
1996-06-05cpplib.h, cpplib.c: Remove support for !STATIC_BUFFERS.Per Bothner1-26/+26
* cpplib.h, cpplib.c: Remove support for !STATIC_BUFFERS. * cpplib.h: Use unsigned char rather than U_CHAR. * cpplib.h (cpp_reader): Add destructor #ifdef __cplusplus. (cpp_cleanup): New prototype. From-SVN: r12169
1995-06-15Update FSF address.Richard Kenner1-1/+1
From-SVN: r9959
1995-05-19Add comment that '@' is not an escape inside a string.Per Bothner1-1/+2
From-SVN: r9745
1995-05-16Use FATAL_EXIT_CODE instead of FAILURE_EXIT_CODE.Richard Kenner1-8/+0
From-SVN: r9725
1995-05-16Fix typos in comments.Richard Kenner1-1/+1
From-SVN: r9711
1995-05-12Fix reporting of unterminated strings.Per Bothner1-4/+3
From-SVN: r9637
1995-04-30Remove PARSE_GETC. Add comment about "@ ".Per Bothner1-2/+5
From-SVN: r9551
1995-04-17* cpplib.h (cpp_define): New declaration.Per Bothner1-0/+1
From-SVN: r9402
1995-03-21Merged in earlier cccp.c changesPer Bothner1-2/+0
From-SVN: r9218
1995-03-16Initial revisionPer Bothner1-0/+657
From-SVN: r9191