parser.c (cp_parser_simple_declaration): Return quickly when encountering errors.

* parser.c (cp_parser_simple_declaration): Return quickly when
        encountering errors.

From-SVN: r61599
This commit is contained in:
Mark Mitchell 2003-01-22 17:40:00 +00:00
parent 1fb3244aad
commit 00b51d2957

View file

@ -30,7 +30,8 @@
PR c++/9285
PR c++/9294
* parser.c (cp_parser_simple_declaration):
* parser.c (cp_parser_simple_declaration): Return quickly when
encountering errors.
2003-01-21 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>