cpphash.c: Move cpp_defined here from cpplib.c.
authorNeil Booth <neilb@earthling.net>
Thu, 9 Nov 2000 21:18:15 +0000 (21:18 +0000)
committerNeil Booth <neil@gcc.gnu.org>
Thu, 9 Nov 2000 21:18:15 +0000 (21:18 +0000)
commita949941cf79dc2bee4e741ce3928e11c4053f257
treefaf4076c83d65bd44e0d82d85813fd94e77029cf
parent9a0662b4d5ca89808c149d69d271068ae0e54560
cpphash.c: Move cpp_defined here from cpplib.c.

        * cpphash.c: Move cpp_defined here from cpplib.c.
        * cpplib.c: Update comments, move cpp_defined to cpphash.c.
        * cpplex.c (_cpp_lex_token): Don't leave the lexer at EOL.
        * cppmacro.c (cpp_get_token): Update comments, no need now
        to catch the CPP_EOF meaning EOL case.

From-SVN: r37345
gcc/ChangeLog
gcc/cpphash.c
gcc/cpplex.c
gcc/cpplib.c
gcc/cppmacro.c