summaryrefslogtreecommitdiff
path: root/gcc/cppmacro.c
Commit message (Expand)AuthorAgeFilesLines
...
* cppinit.c (cpp_reader_init): Remove handling of warn_paste command line options.Neil Booth2000-11-271-5/+8
* cppmacro.c (cpp_scan_buffer_nooutput): Only scan the current buffer.Neil Booth2000-11-261-1/+2
* cpplib.h (struct cpp_reader): Remove lang_asm.Neil Booth2000-11-261-3/+3
* cppmacro.c (paste_tokens): Rename from paste_payloads.Neil Booth2000-11-201-74/+84
* Warning fixes:Kaveh R. Ghazi2000-11-191-1/+1
* cpplib.c (start_directive, [...]): New functions.Neil Booth2000-11-151-1/+4
* cppexp.c (parse_defined): Call cpp_get_token not _cpp_get_token.Neil Booth2000-11-141-30/+26
* cpplex.c (_cpp_lex_token): CPP_COMMENT and true CPP_EOF cases return without ...Neil Booth2000-11-131-44/+36
* cppexp.c: Don't worry about pfile->skipping.Neil Booth2000-11-121-31/+9
* Remove CPP_PLACEMARKERsNeil Booth2000-11-111-130/+112
* cpphash.c: Move cpp_defined here from cpplib.c.Neil Booth2000-11-091-15/+12
* Move directive handling into the lexer itself.Neil Booth2000-11-081-25/+0
* c-lex.c (c_lex): Replace tok.val.aux with tok.val.c or tok.val.arg_no as appr...Neil Booth2000-11-061-8/+8
* c-parse.in (_yylex): Remove CPP_BACKSLASH case.Neil Booth2000-11-011-1/+1
* cppmacro.c (STDC_0_IN_SYSTEM_HEADERS): Define to 0 if undefined.Neil Booth2000-10-311-3/+5
* cppfiles.c (stack_include_file): Check for stacked contexts here.Neil Booth2000-10-301-15/+29
* * cppmacro.c (builtin_macro): Use NT_VOID, not T_VOID.Mark Mitchell2000-10-301-1/+1
* cppmacro.c (_cpp_create_definition): Optimize the case of a macro defined to ...Neil Booth2000-10-291-1/+5
* New macro expander.Neil Booth2000-10-281-418/+1473
* cpphash.h (_cpp_digraph_spellings, [...]): New library-internal prototypes.Neil Booth2000-09-251-52/+0
* cppmacro.c (check_trad_stringification): Check token text pointers against li...Greg McGary2000-09-151-2/+4
* cppmacro.c (check_trad_stringification): New function.Kaveh R. Ghazi2000-09-101-0/+52
* cppinit.c (cpp_cleanup): Free include dir chains.Neil Booth2000-08-171-0/+12
* configure.in (--enable-c-cpplib): Uncomment.Zack Weinberg2000-08-091-1/+1
* cpplex.c (parse_name): Might have to glue a CPP_OTHER token before the name.Zack Weinberg2000-08-041-2/+4
* cppexp.c, [...]: Do not use 'legal' or 'illegal' in error messages and comments.Zack Weinberg2000-08-021-2/+2
* cpperror.c (v_message): Split into _cpp_begin_message and v_message macro.Zack Weinberg2000-08-021-41/+28
* [multiple changes]Zack Weinberg2000-07-311-2/+5
* cppmacro.c (CAN_PASTE_AFTER): New macro.Zack Weinberg2000-07-201-5/+17
* cpplib.h (TTYPE_TABLE): Rearrange to use only two per-entry macros, not five.Zack Weinberg2000-07-181-0/+1
* [multiple changes]Zack Weinberg2000-07-181-0/+603