From 46b3f2bedc620f3cec2dd3e5fab9df3e30d70c2e Mon Sep 17 00:00:00 2001 From: Chong Yidong Date: Fri, 28 Jan 2011 12:07:12 -0500 Subject: [PATCH] * m/intel386.h: Define NO_ARG_ARRAY. Suggested by Dan Nicolaescu. --- src/ChangeLog | 4 ++++ src/m/intel386.h | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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 + + * m/intel386.h: Define NO_ARG_ARRAY. Suggested by Dan Nicolaescu. + 2011-01-27 Chong Yidong * 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, -- 2.11.4.GIT