Parameter added to dump preprocessor variable.

This commit is contained in:
keie 1984-07-12 12:58:18 +00:00
parent 207bd9dcf7
commit 3565805b63

View File

@ -15,7 +15,7 @@
/* #define MEMUSE 1 /* print memory usage statistics */
#ifndef DUMP
#define dump(x) /* nothing */
#define dump() /* nothing */
#endif
#ifndef TIMING