Changeset 1890 for trunk/dll/sortcnr.c


Ignore:
Timestamp:
Jan 30, 2020, 7:39:42 AM (6 years ago)
Author:
Steven Levine
Message:

Add PMPRINTF enable support to makefiles.
Correct PMPRINTF debug macro enables in sources.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dll/sortcnr.c

    r1851 r1890  
    2828#include "sortcnr.h"
    2929#include "valid.h"                      // TestCDates
    30 #if 0
    31 #define  __PMPRINTF__
     30
     31#ifdef PMPRINTF
     32#define  _PMPRINTF_                     // Enable debug macros
    3233#include "PMPRINTF.H"
    3334#endif
Note: See TracChangeset for help on using the changeset viewer.