(rescan): Add support for %: and %:%: digraphs.
authorRichard Kenner <kenner@gcc.gnu.org>
Tue, 21 Feb 1995 11:42:06 +0000 (06:42 -0500)
committerRichard Kenner <kenner@gcc.gnu.org>
Tue, 21 Feb 1995 11:42:06 +0000 (06:42 -0500)
commit91dbf5e7361327beb144be378453227decbfcdfe
tree4027dc59b8d8782167f828a51ac8f57febacbe3e
parent1f746936683604f4094bf85eabf81d802ae9dedf
(rescan): Add support for %: and %:%: digraphs.

(collect_expansion, skip_if_group, dump_single_macro): Likewise.
(union hashval): Remove ival member; it doesn't suffice for `199409L'.
(special_symbol): Use cpval instead of ival for T_CONST macros.
(install): Remove ivalue argument, since string value now suffices.
All callers changed.
(initialize_builtins): Switch from int to string values for T_CONST.
If not traditional, initialize __STDC_VERSION__ to 199409L.
(STDC_VALUE): Remove no-longer-used configuration macro.

From-SVN: r8983
gcc/cccp.c