summaryrefslogtreecommitdiff
path: root/gcc/cppmacro.c
Commit message (Expand)AuthorAgeFilesLines
* * cpphash.h: Update comments.neil2001-10-021-62/+85
* * cpphash.h (POOL_ALIGN, POOL_FRONT, POOL_LIMIT, POOL_BASE,neil2001-09-301-43/+30
* * cpphash.h (struct cpp_buff): Make unsigned.neil2001-09-281-28/+29
* * cpphash.h: Update comment.neil2001-09-271-76/+53
* * cpphash.h (struct cpp_pool): Remove locks and locked.neil2001-09-261-42/+24
* * cpphash.h (struct _cpp_buff, _cpp_get_buff, _cpp_release_buff,neil2001-09-261-113/+124
* * c-lex.c (cb_def_pragma): Update.neil2001-09-241-336/+387
* * cpphash.h (_cpp_lex_direct): New.neil2001-09-171-20/+46
* * cpphash.h (_cpp_lex_token): Update prototype.neil2001-09-161-9/+8
* * cppmain.c (scan_translation_unit): Don't worry aboutneil2001-09-161-2/+6
* * cpphash.h (struct cpp_reader): Remove lexer_pos, directive_pos.neil2001-09-151-9/+2
* * cpperror.c (print_location): Take line and column, forneil2001-09-141-23/+6
* * c-parse.in (_yylex): Use _cpp_backup_tokens.neil2001-09-131-181/+77
* * cpphash.h (struct tokenrun): New.neil2001-09-111-0/+2
* * cppmacro.c (funlike_invocation_p): No need to restore context.neil2001-09-051-6/+1
* * cppfiles.c (stack_include_file): line-map.c now handles includeneil2001-08-211-4/+4
* * cpperror.c (print_location): Don't take a file name; use theneil2001-08-171-9/+5
* * cppmacro.c (enter_macro_context): Push macro expansions evenneil2001-08-111-9/+5
* * c-lex.c (map): Make const.neil2001-08-111-1/+1
* PR preprocessor/3081neil2001-08-051-17/+15
* * Makefile.in (CPPLIB_H): New, so that dependencies on cpplib.hneil2001-08-041-7/+3
* * alias.c: Fix comment formatting.kazu2001-08-011-1/+1
* * cpphash.h (struct cpp_reader): New members line, pseudo_newlines.neil2001-08-011-1/+8
* * cppexp.c (parse_defined): Always record the macro name.neil2001-07-291-1/+1
* * cppmacro.c (make_string_token): Avoid warning.neil2001-06-231-7/+13
* PR preprocessor/3260neil2001-06-211-1/+2
* * Makefile.in (OBJS, LIBCPP_OBJS, LIBCPP_DEPS,neil2001-05-201-1/+2
* * cppexp.c (lex): Use NODE_NAME and NODE_LEN.neil2001-05-161-16/+17
* * cppmacro.c (stringify_arg): Null terminate strings.neil2001-03-271-2/+4
* * c-parse.in (yylexname): New function, split out of _yylex.zack2001-03-071-2/+1
* * cpplex.c (_cpp_lex_token): Don't warn about directives inneil2001-03-031-3/+5
* * cpp.texi: Update.neil2001-03-031-2/+2
* * cppinit.c (builtin_array): Update.neil2001-02-251-30/+22
* * c-lex.c (lex_number): Only warn traditionally for U suffixneil2001-02-141-2/+18
* * cppmacro.c (cpp_get_token): Avoid pasting after a builtin.neil2001-02-061-0/+1
* * cppinit.c (BC): New macro.mmitchel2001-02-041-0/+4
* * cpphash.h (struct cpp_buffer): Move saved_flags from cpp_reader.neil2001-02-011-15/+15
* * cpphash.h (struct cpp_reader): New saved_flags.neil2001-01-311-2/+7
* * cpphash.c (_cpp_cleanup_hashtable, _cpp_lookup_with_hash)neil2001-01-281-11/+21
* * cppmacro.c (funlike_invocation_p): Don't move back up to theneil2001-01-201-9/+1
* * cppinit.c (cpp_cleanup): NULLify macro_buffer and zeroaoliva2001-01-091-2/+5
* * cpplib.h (struct cpp_reader): Remove references to string_poolneil2000-12-171-8/+4
* * cpperror.c (print_location): New function.neil2000-12-111-13/+7
* * cppfiles.c (NEVER_REREAD, DO_NOT_REREAD): Move from cpphash.h.neil2000-12-091-17/+16
* * cppmacro.c (funlike_invocation_p): Re-disable macros enabledneil2000-12-031-10/+17
* * cppinit.c (initialize): Forgotten prototype.neil2000-12-011-14/+13
* * cppmacro.c (cpp_scan_buffer_nooutput): Take a booleanneil2000-11-281-2/+3
* * cppinit.c (cpp_reader_init): Remove handling of warn_pasteneil2000-11-271-5/+8
* * cppmacro.c (cpp_scan_buffer_nooutput): Only scan theneil2000-11-261-1/+2
* * cpplib.h (struct cpp_reader): Remove lang_asm.neil2000-11-261-3/+3