diff src/define.h @ 242:67b24d6a45d6 stable-0-6-45

patch from Hugo DesRosiers to export categories and notes into vcards. extend that patch to export categories into vcalendar appointments also.
author Carl Byington <carl@five-ten-sg.com>
date Fri, 11 Dec 2009 08:45:30 -0800
parents e7f363452178
children cc8ee701f190
line wrap: on
line diff
--- a/src/define.h	Sun Sep 20 11:29:48 2009 -0700
+++ b/src/define.h	Fri Dec 11 08:45:30 2009 -0800
@@ -165,12 +165,12 @@
 #define DEBUG_HEXDUMPC(x, s, c) pst_debug_hexdump(__LINE__, __FILE__, (char*)x, s, c, 0)
 
 
-# define DEBUG_ENT(x)                                           \
+#define DEBUG_ENT(x)                                            \
     {                                                           \
         pst_debug_func(x);                                      \
         pst_debug(__LINE__, __FILE__, "Entering function\n");   \
     }
-# define DEBUG_RET()                                            \
+#define DEBUG_RET()                                             \
     {                                                           \
         pst_debug(__LINE__, __FILE__, "Leaving function\n");    \
         pst_debug_func_ret();                                   \