Ignore:
Timestamp:
Jul 5, 2002, 11:22:37 AM (23 years ago)
Author:
umoeller
Message:

Third round of fixes for 0.9.19 (BAT files)

File:
1 edited

Legend:

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

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