Changeset 1890 for trunk/dll/select.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/select.c

    r1883 r1890  
    7474#include "flesh.h"
    7575#include "treecnr.h"                    // fExpandAll
    76 #if 0
    77 #define  __PMPRINTF__
     76
     77#ifdef PMPRINTF
     78#define  _PMPRINTF_                     // Enable debug macros
    7879#include "PMPRINTF.H"
    7980#endif
Note: See TracChangeset for help on using the changeset viewer.