Update of /cvsroot/rtk/rtk/test
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30850/test
Modified Files:
test.h
Log Message:
The linux build was broken (Mikko, have you tested the CVT macron in rchar.cpp ;-)?)
Index: test.h
===================================================================
RCS file: /cvsroot/rtk/rtk/test/test.h,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** test.h 28 Feb 2004 07:39:44 -0000 1.6
--- test.h 28 Feb 2004 20:59:24 -0000 1.7
***************
*** 27,31 ****
/*#define PRINTF(fmt,rest...) rprintf(_R(" ") fmt, #rest)*/
! #define PRINTF(printf_exp) rprintf printf_exp
#endif
--- 27,31 ----
/*#define PRINTF(fmt,rest...) rprintf(_R(" ") fmt, #rest)*/
! //#define PRINTF(printf_exp) rprintf printf_exp
#endif
|