From 82c3a53ec9b06b9bce83135f6afc27c1e54d0e7d Mon Sep 17 00:00:00 2001 From: Bruce Korb Date: Sun, 30 Apr 2000 23:59:45 +0000 Subject: removed two stale entries From-SVN: r33557 --- gcc/ChangeLog | 3 ++- gcc/fixinc/inclhack.def | 42 ++++-------------------------------------- 2 files changed, 6 insertions(+), 39 deletions(-) (limited to 'gcc') diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 3d25a92..192d4d9 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,6 +1,7 @@ 2000-40-30 Bruce Korb - * 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 diff --git a/gcc/fixinc/inclhack.def b/gcc/fixinc/inclhack.def index 2852bd0..9349793 100644 --- a/gcc/fixinc/inclhack.def +++ b/gcc/fixinc/inclhack.def @@ -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 -- cgit v1.1