[Fix] Should compile in non-debug mode again.
This commit is contained in:
parent
0231017e57
commit
898b44b29d
@ -20,8 +20,9 @@
|
||||
return 0; \
|
||||
}
|
||||
#else /* DEBUG. */
|
||||
#define LLUA_DEBUG(str, args...) do {;} while(0)
|
||||
#define LLUA_MIN_ARGS(n) do {;} while(0)
|
||||
#define LLUA_DEBUG(str, args...) do {;} while(0)
|
||||
#define LLUA_MIN_ARGS(n) do {;} while(0)
|
||||
#define LLUA_INVALID_PARAMETER() do {;} while(0)
|
||||
#endif /* DEBUG. */
|
||||
|
||||
/* Comfortability macros. */
|
||||
|
Loading…
Reference in New Issue
Block a user