comparison src/s/aix3-2.h @ 398:74fd4e045ea6 r21-2-29

Import from CVS: tag r21-2-29
author cvs
date Mon, 13 Aug 2007 11:13:30 +0200
parents e45d5e7c476e
children 697ef44129c6
comparison
equal deleted inserted replaced
397:f4aeb21a5bad 398:74fd4e045ea6
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
37 /* With this defined, a gcc-compiled Emacs crashed in realloc under AIX 35 /* With this defined, a gcc-compiled Emacs crashed in realloc under AIX
38 3.2, and a cc-compiled Emacs works with this undefined. 36 3.2, and a cc-compiled Emacs works with this undefined.
39 --karl@cs.umb.edu. */ 37 --karl@cs.umb.edu. */
40 #undef SYSTEM_MALLOC 38 #undef SYSTEM_MALLOC
41 39