From ba57301e92831606a18289ec10c314edd756f311 Mon Sep 17 00:00:00 2001 From: David Walter Seikel Date: Thu, 14 Aug 2014 06:37:29 +1000 Subject: Considerable cleanup of the top level compiling code. --- src/libraries/Runnr.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/libraries/Runnr.h') diff --git a/src/libraries/Runnr.h b/src/libraries/Runnr.h index 8837eed..63e0afc 100644 --- a/src/libraries/Runnr.h +++ b/src/libraries/Runnr.h @@ -34,10 +34,10 @@ typedef struct _LuaCompile { char *file, *SID, *luaName; int bugCount; - void *data; Ecore_Con_Client *client; compileCb parser; compileCb cb; + boolean doConstants; } LuaCompiler; typedef struct _script script; -- cgit v1.1