emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] /srv/bzr/emacs/trunk r110552: Add comment for undef of "in


From: Daniel Colascione
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r110552: Add comment for undef of "interface"
Date: Mon, 15 Oct 2012 02:10:17 -0800
User-agent: Bazaar (2.5.0)

------------------------------------------------------------
revno: 110552
committer: Daniel Colascione <address@hidden>
branch nick: cyg
timestamp: Mon 2012-10-15 02:10:17 -0800
message:
  Add comment for undef of "interface"
modified:
  src/ChangeLog
  src/dbusbind.c
=== modified file 'src/ChangeLog'
--- a/src/ChangeLog     2012-10-15 09:03:56 +0000
+++ b/src/ChangeLog     2012-10-15 10:10:17 +0000
@@ -1,3 +1,7 @@
+2012-10-15  Daniel Colascione  <address@hidden>
+
+       * dbusbind.c: Add comment explaining reason for previous change.
+
 2012-10-15  Martin Rudalics  <address@hidden>
 
        * window.c (Fwindow_end): Rewrite check whether cached position

=== modified file 'src/dbusbind.c'
--- a/src/dbusbind.c    2012-10-15 01:38:07 +0000
+++ b/src/dbusbind.c    2012-10-15 10:10:17 +0000
@@ -32,6 +32,10 @@
 #define DBUS_NUM_MESSAGE_TYPES 5
 #endif
 
+
+/* Some platforms define the symbol "interface", but we want to use it
+ * as a variable name below.  */
+
 #ifdef interface
 #undef interface
 #endif


reply via email to

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