1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-29 00:31:01 -08:00

* m/intel386.h: Define NO_ARG_ARRAY. Suggested by Dan Nicolaescu.

This commit is contained in:
Chong Yidong 2011-01-28 12:07:12 -05:00
parent 2ff1f755a2
commit 46b3f2bedc
2 changed files with 5 additions and 1 deletions

View file

@ -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

View file

@ -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,