]> code.delx.au - gnu-emacs/commitdiff
Add comment for undef of "interface"
authorDaniel Colascione <dancol@dancol.org>
Mon, 15 Oct 2012 10:10:17 +0000 (02:10 -0800)
committerDaniel Colascione <dancol@dancol.org>
Mon, 15 Oct 2012 10:10:17 +0000 (02:10 -0800)
src/ChangeLog
src/dbusbind.c

index 6acc22a1b279a961cc11dbb1b7b99ef0a8e51ba8..b822c7e6af1acc196910ad7deb8505dfe042561c 100644 (file)
@@ -1,3 +1,7 @@
+2012-10-15  Daniel Colascione  <dancol@dancol.org>
+
+       * dbusbind.c: Add comment explaining reason for previous change.
+
 2012-10-15  Martin Rudalics  <rudalics@gmx.at>
 
        * window.c (Fwindow_end): Rewrite check whether cached position
index 43938bb79d5324226b87fadaef2896c2130df6e3..08f34f470421e9ea32da4cd5868bbdddeab599e5 100644 (file)
@@ -32,6 +32,10 @@ along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.  */
 #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