Ignore:
Timestamp:
Jun 15, 2002, 11:12:07 PM (23 years ago)
Author:
umoeller
Message:

Misc updates.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/helpers/pmprintf.h

    r41 r175  
    131131#ifdef  _PMPRINTF_
    132132        /*--- The user wants to include these debug lines -------------------*/
    133         #define _Pmpf(FmtAndVariableParmsInBrackets)  Pmpf(FmtAndVariableParmsInBrackets)
    134         #define _PmpfF(FmtAndVariableParmsInBrackets) PmpfF(FmtAndVariableParmsInBrackets)
     133        #define _Pmpf(FmtAndVariableParmsInBrackets)  PmpfF(FmtAndVariableParmsInBrackets)
     134        #define _PmpfF(FmtAndVariableParmsInBrackets) Pmpf(FmtAndVariableParmsInBrackets)
    135135        #define _DebugHereIAm()                       DebugHereIAm()
    136136#else
Note: See TracChangeset for help on using the changeset viewer.