diff options
| author | Chong Yidong <cyd@stupidchicken.com> | 2011-01-28 12:07:12 -0500 |
|---|---|---|
| committer | Chong Yidong <cyd@stupidchicken.com> | 2011-01-28 12:07:12 -0500 |
| commit | 46b3f2bedc620f3cec2dd3e5fab9df3e30d70c2e (patch) | |
| tree | 242846f8bb57d380e3c568220c384d3983b87cb2 | |
| parent | 2ff1f755a23644453a14bb3847a3cde800da61f1 (diff) | |
* 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 @@ +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 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, |
