From: Chong Yidong Date: Fri, 28 Jan 2011 17:07:12 +0000 (-0500) Subject: * m/intel386.h: Define NO_ARG_ARRAY. Suggested by Dan Nicolaescu. X-Git-Tag: emacs-pretest-23.2.93~15 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=46b3f2bedc620f3cec2dd3e5fab9df3e30d70c2e;p=emacs.git * m/intel386.h: Define NO_ARG_ARRAY. Suggested by Dan Nicolaescu. --- 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,