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:
parent
c35db29361
commit
f4305c31e5
2 changed files with 2 additions and 10 deletions
|
@ -1571,15 +1571,8 @@ tSCC zHpux8_Bogus_InlinesList[] =
|
||||||
tSCC zHpux8_Bogus_InlinesSelect0[] =
|
tSCC zHpux8_Bogus_InlinesSelect0[] =
|
||||||
"inline";
|
"inline";
|
||||||
|
|
||||||
/*
|
#define HPUX8_BOGUS_INLINES_TEST_CT 1
|
||||||
* content bypass pattern - skip fix if pattern found
|
|
||||||
*/
|
|
||||||
tSCC zHpux8_Bogus_InlinesBypass0[] =
|
|
||||||
"The Santa Cruz Operation";
|
|
||||||
|
|
||||||
#define HPUX8_BOGUS_INLINES_TEST_CT 2
|
|
||||||
tTestDesc aHpux8_Bogus_InlinesTests[] = {
|
tTestDesc aHpux8_Bogus_InlinesTests[] = {
|
||||||
{ TT_NEGREP, zHpux8_Bogus_InlinesBypass0, (regex_t*)NULL },
|
|
||||||
{ TT_EGREP, zHpux8_Bogus_InlinesSelect0, (regex_t*)NULL }, };
|
{ TT_EGREP, zHpux8_Bogus_InlinesSelect0, (regex_t*)NULL }, };
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
@ -4688,7 +4681,7 @@ extern char *\tsprintf();\\\n\
|
||||||
*
|
*
|
||||||
* List of all fixes
|
* List of all fixes
|
||||||
*/
|
*/
|
||||||
#define REGEX_COUNT 105
|
#define REGEX_COUNT 104
|
||||||
#define MACH_LIST_SIZE_LIMIT 279
|
#define MACH_LIST_SIZE_LIMIT 279
|
||||||
#define FIX_COUNT 118
|
#define FIX_COUNT 118
|
||||||
|
|
||||||
|
|
|
@ -908,7 +908,6 @@ fix = {
|
||||||
hackname = hpux8_bogus_inlines;
|
hackname = hpux8_bogus_inlines;
|
||||||
files = math.h;
|
files = math.h;
|
||||||
select = inline;
|
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 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 double abs(double [a-z][a-z]*) {.*}@@";
|
||||||
sed = "s@inline int sqr(int [a-z][a-z]*) {.*}@@";
|
sed = "s@inline int sqr(int [a-z][a-z]*) {.*}@@";
|
||||||
|
|
Loading…
Add table
Reference in a new issue