Correct spurious whitespace differences
From-SVN: r66549
This commit is contained in:
parent
b5f3edcfe1
commit
057c56df52
@ -379,6 +379,7 @@ fix = {
|
||||
_EndOfHeader_;
|
||||
};
|
||||
|
||||
|
||||
/*
|
||||
* Cancel out ansi_compat.h on Ultrix. Replace it with an empty file.
|
||||
*/
|
||||
@ -2016,6 +2017,7 @@ fix = {
|
||||
test_text = 'extern int rename(const char *old, const char *new);';
|
||||
};
|
||||
|
||||
|
||||
/*
|
||||
* On OpenServer and on UnixWare 7, <math.h> uses the native compiler
|
||||
* __builtin_generic. We fix that usage to use the GCC equivalent.
|
||||
@ -2057,6 +2059,7 @@ fix = {
|
||||
|
||||
};
|
||||
|
||||
|
||||
/*
|
||||
* On SCO OpenServer prior to 5.0.7UP1, <sys/regset.h> and <ieeefp.h>
|
||||
* have a clash on struct _fpstate and struct fpstate.
|
||||
@ -2084,6 +2087,7 @@ fix = {
|
||||
"};\n";
|
||||
};
|
||||
|
||||
|
||||
/*
|
||||
* The static functions lstat() and fchmod() in <sys/stat.h>
|
||||
* cause G++ grief since they're not wrapped in "if __cplusplus".
|
||||
@ -2595,6 +2599,7 @@ fix = {
|
||||
test_text = "#define strlen __std_hdr_strlen\n";
|
||||
};
|
||||
|
||||
|
||||
/*
|
||||
* Conditionalize some of <sys/endian.h> on __GNUC__ and __GNUG__.
|
||||
* On some systems (UnixWare 2, UnixWare 7), the file is byteorder.h
|
||||
|
Loading…
Reference in New Issue
Block a user