cpphash.h (struct cpp_macro): Put comments on their own lines.
authorNeil Booth <neil@daikokuya.demon.co.uk>
Mon, 10 Jun 2002 06:03:13 +0000 (06:03 +0000)
committerNeil Booth <neil@gcc.gnu.org>
Mon, 10 Jun 2002 06:03:13 +0000 (06:03 +0000)
commit6618c5d49d3dfb1f4a4c55026ddcba8a3059289b
treeadbb48f5611c4e938179b3f12970a0c7bef07ce1
parent36d010cabfac9532fcd0bc5e52ea2b2bf941e4ba
cpphash.h (struct cpp_macro): Put comments on their own lines.

* cpphash.h (struct cpp_macro): Put comments on their own lines.
(_cpp_expansions_different_trad): New.
* cppmacro.c (warn_of_redefinition): Fix for traditional case.
* cpptrad.c (canonicalize_text): New.
(scan_out_logical_line): Handle no arguments correctly.
(save_replacement_text): Commit memory when finished.
(_cpp_expansions_different_trad): New.

From-SVN: r54432
gcc/ChangeLog
gcc/cpphash.h
gcc/cppmacro.c
gcc/cpptrad.c