c-opts.c (c_common_parse_file): Unconditionally give a warning, suitable for the...
commit566c6181e6dd7180ccc249e0b781da7a41340e50
authorZack Weinberg <zack@gcc.gnu.org>
Sun, 10 Dec 2006 05:09:29 +0000 (10 05:09 +0000)
committerZack Weinberg <zack@gcc.gnu.org>
Sun, 10 Dec 2006 05:09:29 +0000 (10 05:09 +0000)
treec320daa7dba3673709646c3fbc979a9c5e08929b
parent17c2c7754500e156295352b07b13c21d82793d61
c-opts.c (c_common_parse_file): Unconditionally give a warning, suitable for the language, if set_yydebug is true.

* c-opts.c (c_common_parse_file): Unconditionally give a warning,
suitable for the language, if set_yydebug is true.
* c-pragma.h: Define enum pragma_omp_clause here.  Don't define
YYDEBUG or declare yydebug.
* c-parser.c (yydebug, enum pragma_omp_clause): Delete.
* cp/parser.c: Likewise.

From-SVN: r119704
gcc/ChangeLog
gcc/c-opts.c
gcc/c-parser.c
gcc/c-pragma.h
gcc/cp/ChangeLog
gcc/cp/parser.c