tradcif.y: Move lexptr to top of file.
authorNeil Booth <neilb@earthling.net>
Mon, 4 Dec 2000 22:05:19 +0000 (22:05 +0000)
committerNeil Booth <neil@gcc.gnu.org>
Mon, 4 Dec 2000 22:05:19 +0000 (22:05 +0000)
commit7682e7bc2eb0a7a2a839fabd7c9fa103c117b876
treebc7b3cf21ebfc2cd79f75c6f070954666bce9eef
parent23a535c4fff08a3224a41a118f1114d53256431b
tradcif.y: Move lexptr to top of file.

        * tradcif.y: Move lexptr to top of file.  Add rule to handle
        assertions in conditional expressions.
        * tradcpp.c (parse_answer): Assertions do not need to go to
        end of line in conditional directives.
        (parse_assertion): Get first character of identifiers correct.
        (test_assertion): New function.
        * tradcpp.h (test_assertion): New prototype.

From-SVN: r38011
gcc/ChangeLog
gcc/tradcif.y
gcc/tradcpp.c
gcc/tradcpp.h