]> git.ipfire.org Git - thirdparty/gcc.git/commit
c-pragma.c: Don't elide entire file if !HANDLE_GENERIC_PRAGMAS.
authorZack Weinberg <zack@wolery.cumb.org>
Fri, 8 Sep 2000 22:17:24 +0000 (22:17 +0000)
committerZack Weinberg <zack@gcc.gnu.org>
Fri, 8 Sep 2000 22:17:24 +0000 (22:17 +0000)
commitae54392bb967c32fc1a907403006a16cef7ed990
tree575e61522dd8af397ddff4ea88c2f3af9da2fe7a
parent385c92176c8fe88def705968cfb05d3a6ae8df4b
c-pragma.c: Don't elide entire file if !HANDLE_GENERIC_PRAGMAS.

* c-pragma.c: Don't elide entire file if !HANDLE_GENERIC_PRAGMAS.
(init_pragma): Avoid warning if pfile happens to be unused.
* c-pragma.h: Never define HANDLE_GENERIC_PRAGMAS.  Never
define init_pragma to nothing.  Always prototype
init_pragma.  Prototype dispatch_pragma if !USE_CPPLIB.

* c-lex.c (process_directive): Always call dispatch_pragma.
Initialize entering_c_header to 0.

From-SVN: r36277
gcc/ChangeLog
gcc/c-lex.c
gcc/c-pragma.c
gcc/c-pragma.h