mirror of https://github.com/Nonannet/copapy.git
missing #define LOG(...) in runmem.c added
This commit is contained in:
parent
f594bacf7b
commit
8106cd671f
|
|
@ -12,6 +12,7 @@
|
||||||
#define BLOG(...) printf(__VA_ARGS__)
|
#define BLOG(...) printf(__VA_ARGS__)
|
||||||
#else
|
#else
|
||||||
#define LOG(...)
|
#define LOG(...)
|
||||||
|
#define BLOG(...)
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/* Globals declared extern in runmem.h */
|
/* Globals declared extern in runmem.h */
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue