]> git.eshelyaron.com Git - emacs.git/commitdiff
* m/intel386.h: Define NO_ARG_ARRAY. Suggested by Dan Nicolaescu.
authorChong Yidong <cyd@stupidchicken.com>
Fri, 28 Jan 2011 17:07:12 +0000 (12:07 -0500)
committerChong Yidong <cyd@stupidchicken.com>
Fri, 28 Jan 2011 17:07:12 +0000 (12:07 -0500)
src/ChangeLog
src/m/intel386.h

index c74732b42108ed2707208ff456e8a2f88d0de786..a6e8d04d7c0c379420e304e1d401dea187a0ca76 100644 (file)
@@ -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
index cf8d90d33eb79fa50b04f349e5d9eb3895e0cab8..2909a7663bdd8d58266facc414068d355ad5dac4 100644 (file)
@@ -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,