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__)
|
||||
#else
|
||||
#define LOG(...)
|
||||
#define BLOG(...)
|
||||
#endif
|
||||
|
||||
/* Globals declared extern in runmem.h */
|
||||
|
|
|
|||
Loading…
Reference in New Issue