|
From: <mig...@us...> - 2005-05-25 14:58:46
|
Update of /cvsroot/opendlm/opendlm/src/include In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27979/src/include Modified Files: Tag: debug-dbprintf-branch dlm_log.h Log Message: varibale args to #define dlm_dbprintf when it is not defined Index: dlm_log.h =================================================================== RCS file: /cvsroot/opendlm/opendlm/src/include/Attic/dlm_log.h,v retrieving revision 1.1.2.7 retrieving revision 1.1.2.8 diff -C2 -d -r1.1.2.7 -r1.1.2.8 *** dlm_log.h 12 May 2005 18:36:25 -0000 1.1.2.7 --- dlm_log.h 25 May 2005 14:58:20 -0000 1.1.2.8 *************** *** 115,119 **** #else ! #define dlm_dbprintf(arg) #endif /* DBPRINT */ --- 115,119 ---- #else ! #define dlm_dbprintf(arg, ...) #endif /* DBPRINT */ |