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