Commit 82c3a53e by Bruce Korb Committed by Bruce Korb

removed two stale entries

From-SVN: r33557
parent 4c188026
2000-40-30 Bruce Korb <bkorb@gnu.org>
* fixinc/inclhack.def: Added definitions needed by OSR5
* fixinc/inclhack.def: Added definitions needed by OSR5,
removed two stale entries (defined away with OLD_CPP).
* fixinc/inclhack.sh: regen
* fixinc/fixincl.x: regen
......
......@@ -3,13 +3,11 @@
autogen definitions inclhack;
/*
Define all the fixes we know about for repairing damaged headers.
Please see the README before adding or changing entries in this file.
/* Define all the fixes we know about for repairing damaged headers.
Please see the README before adding or changing entries in this file.
Set up a debug test so we can make the templates emit special
code while debugging these fixes: */
Set up a debug test so we can make the templates emit special
code while debugging these fixes: */
#ifdef DEBUG
FIXINC_DEBUG = yes;
......@@ -765,21 +763,6 @@ fix = {
};
#ifdef OLD_CPP
/*
* Remove the double-slash comments. The "double_slash" test will
* try to ignore C++ headers by checking for "CC/", "xx/" and "++/"
* in the file name. There are still the occasional C++ headers
* that have their comments stripped. Too bad.
*/
fix = {
hackname = no_double_slash;
c_test = "double_slash";
c_fix = "no_double_slash";
};
#endif
/*
* Fix these Sun OS files to avoid an invalid identifier in an #ifdef.
*/
......@@ -791,23 +774,6 @@ fix = {
};
#ifdef OLD_CPP
/*
* Fix else and endif directives that contain non-commentary text
*/
fix = {
hackname = end_else_label;
/*
* Select files that contain '#endif' or '#else' directives with
* some sort of following junk.
*/
c_test = "else_endif_label";
c_fix = "else_endif_label";
};
#endif
/*
* Fix HP's use of ../machine/inline.h to refer to
* /usr/include/machine/inline.h
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment