]> git.ipfire.org Git - thirdparty/gcc.git/commit
cpplib.c (_cpp_handle_directive): Move #define-specific code to the #define handler...
authorNeil Booth <neil@daikokuya.co.uk>
Fri, 28 Jun 2002 20:27:14 +0000 (20:27 +0000)
committerNeil Booth <neil@gcc.gnu.org>
Fri, 28 Jun 2002 20:27:14 +0000 (20:27 +0000)
commit1d63a28afca5d411a1e60bbbebb6f835880ccc7d
tree82a8c358372ac4c99b35ac4621f03bce02edd5b1
parent2cc21497379c4b3fc3884c7e224c5c5a00d61c28
cpplib.c (_cpp_handle_directive): Move #define-specific code to the #define handler...

* cpplib.c (_cpp_handle_directive): Move #define-specific
code to the #define handler...
(do_define): ...here.
(lex_macro_node): No longer a need to check for comments here.

From-SVN: r55077
gcc/ChangeLog
gcc/cpplib.c