Parameter added to dump preprocessor variable.

This commit is contained in:
keie 1984-07-12 12:58:18 +00:00
parent d99c21963d
commit 706fe6d592

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