diff options
Diffstat (limited to '')
-rw-r--r-- | src/libraries/Runnr.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 | |||
34 | { | 34 | { |
35 | char *file, *SID, *luaName; | 35 | char *file, *SID, *luaName; |
36 | int bugCount; | 36 | int bugCount; |
37 | void *data; | ||
38 | Ecore_Con_Client *client; | 37 | Ecore_Con_Client *client; |
39 | compileCb parser; | 38 | compileCb parser; |
40 | compileCb cb; | 39 | compileCb cb; |
40 | boolean doConstants; | ||
41 | } LuaCompiler; | 41 | } LuaCompiler; |
42 | 42 | ||
43 | typedef struct _script script; | 43 | typedef struct _script script; |