diff options
author | Robert Lipe <robertl@gcc.gnu.org> | 2000-05-11 21:41:36 +0000 |
---|---|---|
committer | Robert Lipe <robertl@gcc.gnu.org> | 2000-05-11 21:41:36 +0000 |
commit | f4305c31e558721d507c740cd733d1e692e4a6bb (patch) | |
tree | 2da7ed47a08c2ac36c32805ce8a0b0fb935d63dc /gcc | |
parent | c35db2936156a622345b891f38615d5b6ed6be39 (diff) | |
download | gcc-f4305c31e558721d507c740cd733d1e692e4a6bb.zip gcc-f4305c31e558721d507c740cd733d1e692e4a6bb.tar.gz gcc-f4305c31e558721d507c740cd733d1e692e4a6bb.tar.bz2 |
inclhack.def (hpux8_bogus_inlines): Delete bypass for SCO.
* fixinc/inclhack.def (hpux8_bogus_inlines): Delete bypass for SCO.
* fixincl.x: Regenerate.
From-SVN: r33865
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/fixinc/fixincl.x | 11 | ||||
-rw-r--r-- | gcc/fixinc/inclhack.def | 1 |
2 files changed, 2 insertions, 10 deletions
diff --git a/gcc/fixinc/fixincl.x b/gcc/fixinc/fixincl.x index c87c898..10090c6 100644 --- a/gcc/fixinc/fixincl.x +++ b/gcc/fixinc/fixincl.x @@ -1571,15 +1571,8 @@ tSCC zHpux8_Bogus_InlinesList[] = tSCC zHpux8_Bogus_InlinesSelect0[] = "inline"; -/* - * content bypass pattern - skip fix if pattern found - */ -tSCC zHpux8_Bogus_InlinesBypass0[] = - "The Santa Cruz Operation"; - -#define HPUX8_BOGUS_INLINES_TEST_CT 2 +#define HPUX8_BOGUS_INLINES_TEST_CT 1 tTestDesc aHpux8_Bogus_InlinesTests[] = { - { TT_NEGREP, zHpux8_Bogus_InlinesBypass0, (regex_t*)NULL }, { TT_EGREP, zHpux8_Bogus_InlinesSelect0, (regex_t*)NULL }, }; /* @@ -4688,7 +4681,7 @@ extern char *\tsprintf();\\\n\ * * List of all fixes */ -#define REGEX_COUNT 105 +#define REGEX_COUNT 104 #define MACH_LIST_SIZE_LIMIT 279 #define FIX_COUNT 118 diff --git a/gcc/fixinc/inclhack.def b/gcc/fixinc/inclhack.def index a54737f..6249130 100644 --- a/gcc/fixinc/inclhack.def +++ b/gcc/fixinc/inclhack.def @@ -908,7 +908,6 @@ fix = { hackname = hpux8_bogus_inlines; files = math.h; select = inline; - bypass = 'The Santa Cruz Operation'; sed = "s@inline int abs(int [a-z][a-z]*) {.*}@extern \"C\" int abs(int);@"; sed = "s@inline double abs(double [a-z][a-z]*) {.*}@@"; sed = "s@inline int sqr(int [a-z][a-z]*) {.*}@@"; |