]> code.delx.au - gnu-emacs/blobdiff - src/dbusbind.c
* fns-tests.el (fns-tests-nreverse): Update for changed string behavior.
[gnu-emacs] / src / dbusbind.c
index 8ebc56c72c4bf5fb11504759007a7d30a52b683a..8997e01b068881387ac2446d2d558db60b0e8b08 100644 (file)
@@ -142,10 +142,7 @@ static bool xd_in_read_queued_messages = 0;
   } while (0)
 
 #else /* !DBUS_DEBUG */
-# if __STDC_VERSION__ < 199901
-#  define XD_DEBUG_MESSAGE (void) /* Pre-C99 compilers cannot debug.  */
-# else
-#  define XD_DEBUG_MESSAGE(...)                                                \
+# define XD_DEBUG_MESSAGE(...)                                         \
   do {                                                                 \
     if (!NILP (Vdbus_debug))                                           \
       {                                                                        \
@@ -154,7 +151,6 @@ static bool xd_in_read_queued_messages = 0;
        message ("%s: %s", __func__, s);                                \
       }                                                                        \
   } while (0)
-# endif
 # define XD_DEBUG_VALID_LISP_OBJECT_P(object)
 #endif