OSDN Git Service

(enum sharp_token_type): New type.
authorkenner <kenner@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 22 Feb 1995 23:26:54 +0000 (23:26 +0000)
committerkenner <kenner@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 22 Feb 1995 23:26:54 +0000 (23:26 +0000)
commitb5c9da2e344efe6111308ebe7956f430ffdfc6ff
tree9891620a987e8e56b2e37f8b0f9f9b640b84c0ef
parent747bd44c23b483ebcee716acc3269d2f62d4bb88
(enum sharp_token_type): New type.
(stringify, raw_before, raw_after): Use this type instead of char.
(collect_expansion, dump_single_macro): Keep track of white space
after # and around ## tokens, since the C Standard requires a
diagnostic if the white space doesn't match during a redefinition.
(sharp_token, sharp_sharp_token): Labels renamed from hash_token and
hash_hash_token for naming consistency.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@9036 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/cccp.c