emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/emacs-23 r100424: * m/intel386.h: Define NO


From: Chong Yidong
Subject: [Emacs-diffs] /srv/bzr/emacs/emacs-23 r100424: * m/intel386.h: Define NO_ARG_ARRAY. Suggested by Dan Nicolaescu.
Date: Fri, 28 Jan 2011 12:07:12 -0500
User-agent: Bazaar (2.0.3)

------------------------------------------------------------
revno: 100424
committer: Chong Yidong <address@hidden>
branch nick: emacs-23
timestamp: Fri 2011-01-28 12:07:12 -0500
message:
  * m/intel386.h: Define NO_ARG_ARRAY.  Suggested by Dan Nicolaescu.
modified:
  src/ChangeLog
  src/m/intel386.h
=== modified file 'src/ChangeLog'
--- a/src/ChangeLog     2011-01-27 00:45:30 +0000
+++ b/src/ChangeLog     2011-01-28 17:07:12 +0000
@@ -1,3 +1,7 @@
+2011-01-28  Chong Yidong  <address@hidden>
+
+       * m/intel386.h: Define NO_ARG_ARRAY.  Suggested by Dan Nicolaescu.
+
 2011-01-27  Chong Yidong  <address@hidden>
 
        * font.c (font_parse_fcname): Require GTK-style font sizes to

=== modified file 'src/m/intel386.h'
--- a/src/m/intel386.h  2011-01-02 23:50:46 +0000
+++ b/src/m/intel386.h  2011-01-28 17:07:12 +0000
@@ -42,7 +42,7 @@
 /* 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,


reply via email to

[Prev in Thread] Current Thread [Next in Thread]