diff options
Diffstat (limited to 'src/m')
| -rw-r--r-- | src/m/intel386.h | 2 |
1 files changed, 1 insertions, 1 deletions
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, |