cpplib.h (enum cpp_ttype): Add token types for all punctuators.
authorZack Weinberg <zack@gcc.gnu.org>
Thu, 20 Apr 2000 19:33:11 +0000 (19:33 +0000)
committerZack Weinberg <zack@gcc.gnu.org>
Thu, 20 Apr 2000 19:33:11 +0000 (19:33 +0000)
commit1368ee700d0d2fd0f0c118e182dda14218dcff5b
treeb131b13cc8013ec316c7583f27a31866d32d9a99
parent70994f30394bd41eeb3173fcbd40b3db609cb445
cpplib.h (enum cpp_ttype): Add token types for all punctuators.

* cpplib.h (enum cpp_ttype): Add token types for all
punctuators.  Distinguish pp-numbers from valid C numbers.
Give some tokens better names.  Initialize from macro.
(struct cpp_name, cpp_token, cpp_toklist): New data
structures.
Update prototypes.
* cpplex.c (bump_column, expand_name_space,
expand_token_space, init_token_list, cpp_output_list,
_cpp_scan_line):  New functions.
(output_line_command): Add third argument, new line number.
* cpphash.h: Update prototypes.
* cppexp.c, cpphash.c, cpplib.c, scan-decls.c: Update for new
token names.

From-SVN: r33289
gcc/ChangeLog
gcc/cppexp.c
gcc/cpphash.c
gcc/cpphash.h
gcc/cpplex.c
gcc/cpplib.c
gcc/cpplib.h
gcc/scan-decls.c