summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog4
-rw-r--r--src/m/intel386.h2
2 files changed, 5 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index c74732b4210..a6e8d04d7c0 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,7 @@
+2011-01-28 Chong Yidong <cyd@stupidchicken.com>
+
+ * m/intel386.h: Define NO_ARG_ARRAY. Suggested by Dan Nicolaescu.
+
2011-01-27 Chong Yidong <cyd@stupidchicken.com>
* font.c (font_parse_fcname): Require GTK-style font sizes to
diff --git a/src/m/intel386.h b/src/m/intel386.h
index cf8d90d33eb..2909a7663bd 100644
--- a/src/m/intel386.h
+++ b/src/m/intel386.h
@@ -42,7 +42,7 @@ NOTE-END */
/* Define NO_ARG_ARRAY if you cannot take the address of the first of a
* group of arguments and treat it as an array of the arguments. */
-/* #define NO_ARG_ARRAY */
+#define NO_ARG_ARRAY
/* crt0.c, if it is used, should use the i386-bsd style of entry.
with no extra dummy args. On USG and XENIX,