Mercurial > hg > xemacs-beta
comparison src/s/aix4.h @ 452:3d3049ae1304 r21-2-41
Import from CVS: tag r21-2-41
author | cvs |
---|---|
date | Mon, 13 Aug 2007 11:40:21 +0200 |
parents | abe6d1db359e |
children | e7ef97881643 |
comparison
equal
deleted
inserted
replaced
451:8ad70c5cd5d7 | 452:3d3049ae1304 |
---|---|
28 /* getaddrinfo is broken in AIX 4.3 as per IY04165. | 28 /* getaddrinfo is broken in AIX 4.3 as per IY04165. |
29 At this time (2/21/2000), there's no PTF available. | 29 At this time (2/21/2000), there's no PTF available. |
30 -- Mike Sperber <mike@xemacs.org> */ | 30 -- Mike Sperber <mike@xemacs.org> */ |
31 | 31 |
32 #undef HAVE_GETADDRINFO | 32 #undef HAVE_GETADDRINFO |
33 | |
34 #ifdef __xlC__ | |
35 /* IBM's C compiler miscompiles this function. From IBM's docs: | |
36 -qstrict turns off the following optimizations: | |
37 | |
38 Performing code motion and scheduling on computations such as loads | |
39 and floating-point computations that may trigger an exception. */ | |
40 #pragma option_override (bytecount_to_charcount, "opt(strict,yes)") | |
41 #endif /* IBM's C compiler */ |