Changeset 1669 for trunk/include/misc.h
- Timestamp:
- Nov 9, 1999, 8:21:36 PM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/misc.h
r1616 r1669 1 /* $Id: misc.h,v 1. 9 1999-11-05 13:03:41 achimhaExp $ */1 /* $Id: misc.h,v 1.10 1999-11-09 19:21:36 sandervl Exp $ */ 2 2 3 3 /* … … 35 35 #define dassert(a, b) if(!(a)) WriteLogError b 36 36 #define dbgCheckObj(a) a->checkObject() 37 38 #ifdef DEBUG_ENABLELOG_LEVEL2 39 #define dprintf2(a) WriteLog a 40 #else 41 #define dprintf2(a) 42 #endif 43 37 44 #else 38 45 #define dprintf(a)
Note:
See TracChangeset
for help on using the changeset viewer.