1 - Dump has a parameter.

2 - Dump are enabled.
This commit is contained in:
keie 1984-07-12 13:23:03 +00:00
parent 25ffbc9e0c
commit 150bf2e6d4

View file

@ -9,13 +9,13 @@
* compile time options * compile time options
*/ */
/* #define DUMP 1 /* dump between passes */ #define DUMP 1 /* dump between passes */
/* #define TIMING 1 /* some timing measurements */ /* #define TIMING 1 /* some timing measurements */
/* #define JOHAN 1 /* dump the loaded instructions */ /* #define JOHAN 1 /* dump the loaded instructions */
/* #define MEMUSE 1 /* print memory usage statistics */ /* #define MEMUSE 1 /* print memory usage statistics */
#ifndef DUMP #ifndef DUMP
#define dump() /* nothing */ #define dump(x) /* nothing */
#endif #endif
#ifndef TIMING #ifndef TIMING