Makefile.in: Correct dependencies of fixincl and fixincl.o.
authorZack Weinberg <zack@wolery.cumb.org>
Wed, 19 Jan 2000 21:41:04 +0000 (21:41 +0000)
committerZack Weinberg <zack@gcc.gnu.org>
Wed, 19 Jan 2000 21:41:04 +0000 (21:41 +0000)
commit5c0d5b94d1952d982318d3fa4ae2b2bace4178ca
tree071d4198056ed723a6710483d992b94bb6261350
parent5170877a059f586a13fe0fea6bb466fddb1a0f28
Makefile.in: Correct dependencies of fixincl and fixincl.o.

* fixinc/Makefile.in: Correct dependencies of fixincl and fixincl.o.
* fixinc/fixfixes.c (IO_use, CTRL_use, IO_defn, CTRL_defn): New fixes.
(fix_char_macro_defines, fix_char_macro_uses): New functions.

* fixinc/fixlib.c (is_cxx_header): Do the text scan with a regexp.
Recognize Emacs mode markers also.
* fixinc/fixtests.c (else_endif_label): Fix bug in recognition of
C++ comments in C++ headers.  Call is_cxx_header only if
necessary.

* fixinc/inclhack.def (avoid_bool): Add select for the problem and
bypass for ncurses.
(bsd43_io_macros, io_def_quotes, ioctl_fix_ctrl): Replace with...
(io_def_quotes, io_use_quotes, ctrl_def_quotes, ctrl_use_quotes):
... these, which use the new C fixes.
(math_exception): Escape literal '+' in bypass expression.

* fixinc/fixincl.x, fixinc/fixincl.sh, fixinc/inclhack.sh:
Regenerate.

From-SVN: r31512
gcc/ChangeLog
gcc/fixinc/Makefile.in
gcc/fixinc/fixfixes.c
gcc/fixinc/fixincl.sh
gcc/fixinc/fixincl.x
gcc/fixinc/fixlib.c
gcc/fixinc/fixtests.c
gcc/fixinc/inclhack.def
gcc/fixinc/inclhack.sh