aboutsummaryrefslogtreecommitdiffstats
path: root/src/s/aix3-2.h
diff options
context:
space:
mode:
authorJim Blandy <[email protected]>1993-04-07 16:36:59 +0000
committerJim Blandy <[email protected]>1993-04-07 16:36:59 +0000
commit9ffaad2e3849c3a7800db901ce9eeee778c7af07 (patch)
treebe646e5217de721ce0077701ef98d9f75c501697 /src/s/aix3-2.h
parentb7fc702ec2848cf07e7cc574a3f225d10f578d99 (diff)
* m/imbrs6000.h: If we're using GCC, define ORDINARY_LINK instead
of defining LINKER to use cc. * s/aix3-1.h (LINKER): Don't use cc for linking command if we're using GCC. * s/aix3-2.h (SYSTEM_MALLOC): Undefine this.
Diffstat (limited to 'src/s/aix3-2.h')
-rw-r--r--src/s/aix3-2.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/s/aix3-2.h b/src/s/aix3-2.h
index 504b1548aa..e5c9859b8d 100644
--- a/src/s/aix3-2.h
+++ b/src/s/aix3-2.h
@@ -12,3 +12,8 @@
#undef index
#define HAVE_FSYNC
+
+/* With this defined, a gcc-compiled Emacs crashed in realloc under AIX
+ 3.2, and a cc-compiled Emacs works with this undefined.
+#undef SYSTEM_MALLOC