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:
parent
2ff1f755a2
commit
46b3f2bedc
2 changed files with 5 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue