]> git.ipfire.org Git - thirdparty/gcc.git/commit - libcpp/macro.c
c-lex.c (c_lex): Replace tok.val.aux with tok.val.c or tok.val.arg_no as appropriate.
authorNeil Booth <neilb@earthling.net>
Mon, 6 Nov 2000 18:43:32 +0000 (18:43 +0000)
committerNeil Booth <neil@gcc.gnu.org>
Mon, 6 Nov 2000 18:43:32 +0000 (18:43 +0000)
commit6c53ebffc53b500722f4de9ad4c225ee199c5ca6
tree7c3e54eeed36fe96129f61bda5ccc8088000d6e9
parentd1877a9b13bf14c010facc0618e57ba7a789e468
c-lex.c (c_lex): Replace tok.val.aux with tok.val.c or tok.val.arg_no as appropriate.

* c-lex.c (c_lex): Replace tok.val.aux with tok.val.c or
tok.val.arg_no as appropriate.
* cppexp.c (lex): Similarly.
* cpplex.c (_cpp_lex_token, cpp_spell_token, cpp_output_token,
cpp_equiv_tokens, cpp_can_paste, cpp_avoid_paste): Similarly.
* cppmacro.c (stringify_arg, replace_args, lex_expansion_token,
cpp_macro_definition): Similarly.
* cpplib.h (struct cpp_token): Replace aux with c and arg_no.

From-SVN: r37276
gcc/ChangeLog
gcc/c-lex.c
gcc/cppexp.c
gcc/cpplex.c
gcc/cpplib.h
gcc/cppmacro.c