comparison src/s/aix3-2.h @ 412:697ef44129c6 r21-2-14

Import from CVS: tag r21-2-14
author cvs
date Mon, 13 Aug 2007 11:20:41 +0200
parents 74fd4e045ea6
children
comparison
equal deleted inserted replaced
411:12e008d41344 412:697ef44129c6
30 #ifndef AIX4 30 #ifndef AIX4
31 #pragma alloca 31 #pragma alloca
32 #endif 32 #endif
33 #endif 33 #endif
34 34
35 #define HAVE_FSYNC
36
35 /* With this defined, a gcc-compiled Emacs crashed in realloc under AIX 37 /* With this defined, a gcc-compiled Emacs crashed in realloc under AIX
36 3.2, and a cc-compiled Emacs works with this undefined. 38 3.2, and a cc-compiled Emacs works with this undefined.
37 --karl@cs.umb.edu. */ 39 --karl@cs.umb.edu. */
38 #undef SYSTEM_MALLOC 40 #undef SYSTEM_MALLOC
39 41