[Fix] Should compile in non-debug mode again.

This commit is contained in:
Allanis 2013-10-04 17:30:21 +01:00
parent 0231017e57
commit 898b44b29d

View File

@ -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. */