Define NO_ARG_ARRAY by default, since arguments are often passed in
authorGuillermo J. Rozas <edu/mit/csail/zurich/gjr>
Fri, 19 Nov 1993 04:46:13 +0000 (04:46 +0000)
committerGuillermo J. Rozas <edu/mit/csail/zurich/gjr>
Fri, 19 Nov 1993 04:46:13 +0000 (04:46 +0000)
registers and modern optimizing compilers will only put the addressed
variable on the stack.

v7/src/microcode/tparam.c

index c3b8d73ea5bbdf2900ae3e5f84f21b2ef1cfe0e2..5e95c918fddb4b6738a5e1175ea3b61d7fc5c23a 100644 (file)
@@ -107,6 +107,9 @@ what you give them.   Help stamp out software-hoarding!  */
 /* config.h may rename various library functions such as malloc.  */
 #ifdef emacs
 #include "config.h"
+#else
+/* Be safe */
+#define NO_ARG_ARRAY
 #endif
 
 #include "ansidecl.h"