+2004-10-08 Steven Tamm <steventamm@mac.com>
+
+ * config.in (HAVE_MALLOC_MALLOC_H): Regenerate
+ * macterm.c (mac_check_for_quit_char): Remove warning for using
+ NULL where 0 should be used
+ * unexmacosx.c: Use malloc/malloc.h on Tiger instead of
+ objc/malloc.h
+ * mac.c: Include time.h for Tiger compatibility
+
2004-10-07 Kim F. Storm <storm@cua.dk>
* xdisp.c (redisplay_window): Fix flicker on vertical line between
/* Define to 1 if you have the <maillock.h> header file. */
#undef HAVE_MAILLOCK_H
+/* Define to 1 if you have the <malloc/malloc.h> header file. */
+#undef HAVE_MALLOC_MALLOC_H
+
/* Define to 1 if you have the `mblen' function. */
#undef HAVE_MBLEN
/* If using the C implementation of alloca, define if you know the
direction of stack growth for your system; otherwise it will be
automatically deduced at run-time.
- STACK_DIRECTION > 0 => grows toward higher addresses
- STACK_DIRECTION < 0 => grows toward lower addresses
- STACK_DIRECTION = 0 => direction of growth unknown */
+ STACK_DIRECTION > 0 => grows toward higher addresses
+ STACK_DIRECTION < 0 => grows toward lower addresses
+ STACK_DIRECTION = 0 => direction of growth unknown */
#undef STACK_DIRECTION
/* Define to 1 if you have the ANSI C header files. */
#if defined (__ppc__)
#include <mach-o/ppc/reloc.h>
#endif
+#if defined (HAVE_MALLOC_MALLOC_H)
+#include <malloc/malloc.h>
+#else
#include <objc/malloc.h>
+#endif
+
#define VERBOSE 1