summaryrefslogtreecommitdiff
path: root/etc/noparser.c
diff options
context:
space:
mode:
Diffstat (limited to 'etc/noparser.c')
-rw-r--r--etc/noparser.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/etc/noparser.c b/etc/noparser.c
index 9d52f7c0..dc58faff 100644
--- a/etc/noparser.c
+++ b/etc/noparser.c
@@ -9,6 +9,8 @@
* load the parsing modules. To try it, do "make luab".
*/
+#define LUA_CORE
+
#include "llex.h"
#include "lparser.h"
#include "lzio.h"
@@ -28,6 +30,7 @@ Proto *luaY_parser (lua_State *L, ZIO *z, Mbuffer *buff, const char *name) {
/*
* If you also want to avoid the dump module, ldump.o, enable the code below.
*/
+#define NODUMP
#ifdef NODUMP
#include "lundump.h"