Changeset 175
- Timestamp:
- Jun 15, 2002, 11:12:07 PM (23 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/helpers/pmprintf.h
r41 r175 131 131 #ifdef _PMPRINTF_ 132 132 /*--- The user wants to include these debug lines -------------------*/ 133 #define _Pmpf(FmtAndVariableParmsInBrackets) Pmpf (FmtAndVariableParmsInBrackets)134 #define _PmpfF(FmtAndVariableParmsInBrackets) Pmpf F(FmtAndVariableParmsInBrackets)133 #define _Pmpf(FmtAndVariableParmsInBrackets) PmpfF(FmtAndVariableParmsInBrackets) 134 #define _PmpfF(FmtAndVariableParmsInBrackets) Pmpf(FmtAndVariableParmsInBrackets) 135 135 #define _DebugHereIAm() DebugHereIAm() 136 136 #else
Note:
See TracChangeset
for help on using the changeset viewer.