comparison src/dbusbind.c @ 87493:42bd83957313

*** empty log message ***
author Michael Albinus <michael.albinus@gmx.de>
date Sun, 30 Dec 2007 15:55:29 +0000
parents 5db1ff3b9244
children 1d88fa50b198
comparison
equal deleted inserted replaced
87492:bb538e56f976 87493:42bd83957313
101 if (!NILP (Vdbus_debug)) \ 101 if (!NILP (Vdbus_debug)) \
102 { \ 102 { \
103 char s[1024]; \ 103 char s[1024]; \
104 sprintf (s, __VA_ARGS__); \ 104 sprintf (s, __VA_ARGS__); \
105 message ("%s: %s", __func__, s); \ 105 message ("%s: %s", __func__, s); \
106 } 106 } \
107 } while (0) 107 } while (0)
108 #define XD_DEBUG_VALID_LISP_OBJECT_P(object) 108 #define XD_DEBUG_VALID_LISP_OBJECT_P(object)
109 #endif 109 #endif
110 110
111 /* Check whether TYPE is a basic DBusType. */ 111 /* Check whether TYPE is a basic DBusType. */