diff options
| author | Chong Yidong | 2011-01-28 12:07:12 -0500 |
|---|---|---|
| committer | Chong Yidong | 2011-01-28 12:07:12 -0500 |
| commit | 46b3f2bedc620f3cec2dd3e5fab9df3e30d70c2e (patch) | |
| tree | 242846f8bb57d380e3c568220c384d3983b87cb2 | |
| parent | 2ff1f755a23644453a14bb3847a3cde800da61f1 (diff) | |
| download | emacs-46b3f2bedc620f3cec2dd3e5fab9df3e30d70c2e.tar.gz emacs-46b3f2bedc620f3cec2dd3e5fab9df3e30d70c2e.zip | |
* m/intel386.h: Define NO_ARG_ARRAY. Suggested by Dan Nicolaescu.
| -rw-r--r-- | src/ChangeLog | 4 | ||||
| -rw-r--r-- | src/m/intel386.h | 2 |
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 @@ | |||
| 1 | 2011-01-28 Chong Yidong <cyd@stupidchicken.com> | ||
| 2 | |||
| 3 | * m/intel386.h: Define NO_ARG_ARRAY. Suggested by Dan Nicolaescu. | ||
| 4 | |||
| 1 | 2011-01-27 Chong Yidong <cyd@stupidchicken.com> | 5 | 2011-01-27 Chong Yidong <cyd@stupidchicken.com> |
| 2 | 6 | ||
| 3 | * font.c (font_parse_fcname): Require GTK-style font sizes to | 7 | * 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 */ | |||
| 42 | /* Define NO_ARG_ARRAY if you cannot take the address of the first of a | 42 | /* Define NO_ARG_ARRAY if you cannot take the address of the first of a |
| 43 | * group of arguments and treat it as an array of the arguments. */ | 43 | * group of arguments and treat it as an array of the arguments. */ |
| 44 | 44 | ||
| 45 | /* #define NO_ARG_ARRAY */ | 45 | #define NO_ARG_ARRAY |
| 46 | 46 | ||
| 47 | /* crt0.c, if it is used, should use the i386-bsd style of entry. | 47 | /* crt0.c, if it is used, should use the i386-bsd style of entry. |
| 48 | with no extra dummy args. On USG and XENIX, | 48 | with no extra dummy args. On USG and XENIX, |