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
This commit is contained in:
Robert Lipe 2000-05-11 21:41:36 +00:00
parent c35db29361
commit f4305c31e5
2 changed files with 2 additions and 10 deletions

View File

@ -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

View File

@ -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]*) {.*}@@";