tradcpp.c (enum node_type): Add T_ERROR.
authorNeil Booth <neil@daikokuya.demon.co.uk>
Tue, 12 Dec 2000 18:54:26 +0000 (18:54 +0000)
committerNeil Booth <neil@gcc.gnu.org>
Tue, 12 Dec 2000 18:54:26 +0000 (18:54 +0000)
commite793c60979f7a1570e33810541b301b861fb64a6
treefb12373fbefeb3e65e2fa9894ead7673ca3fd5c1
parentd033a98935109d31a0a2987c99da6944d8fd8afe
tradcpp.c (enum node_type): Add T_ERROR.

        * tradcpp.c (enum node_type): Add T_ERROR.
        (do_error): New function.
        (directive_table): Add #error handler.

From-SVN: r38205
gcc/ChangeLog
gcc/tradcpp.c