[Mockpp-commits] mockpp/mockpp/chaining mockpp_pti.h,1.3,1.4
Brought to you by:
ewald-arnold
From: Ewald A. <ewa...@us...> - 2005-03-25 17:21:14
|
Update of /cvsroot/mockpp/mockpp/mockpp/chaining In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv2704/mockpp/chaining Modified Files: mockpp_pti.h Log Message: correctly disable pti support Index: mockpp_pti.h =================================================================== RCS file: /cvsroot/mockpp/mockpp/mockpp/chaining/mockpp_pti.h,v retrieving revision 1.3 retrieving revision 1.4 diff -u -d -r1.3 -r1.4 --- mockpp_pti.h 25 Mar 2005 16:30:29 -0000 1.3 +++ mockpp_pti.h 25 Mar 2005 17:20:33 -0000 1.4 @@ -65,8 +65,9 @@ #else -#define MOCKPP_PTI_IMPLEMENT(I) /* empty by default */ -#define MOCKPP_PTI_DECLARE(I) /* empty by default */ +#define MOCKPP_PTI_IMPLEMENT(I) /* empty by default */ +#define MOCKPP_PTI_DECLARE(I) /* empty by default */ +#define MOCKPP_PTI_IMPLEMENT_BASICS /* empty by default */ #endif |