aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/libraries/Runnr.h
diff options
context:
space:
mode:
authorDavid Walter Seikel2014-08-14 06:37:29 +1000
committerDavid Walter Seikel2014-08-14 06:37:29 +1000
commitba57301e92831606a18289ec10c314edd756f311 (patch)
treebb07db3340db45afc5bf795518e288a991c6312d /src/libraries/Runnr.h
parentRemove a warning in lemon. (diff)
downloadSledjHamr-ba57301e92831606a18289ec10c314edd756f311.zip
SledjHamr-ba57301e92831606a18289ec10c314edd756f311.tar.gz
SledjHamr-ba57301e92831606a18289ec10c314edd756f311.tar.bz2
SledjHamr-ba57301e92831606a18289ec10c314edd756f311.tar.xz
Considerable cleanup of the top level compiling code.
Diffstat (limited to '')
-rw-r--r--src/libraries/Runnr.h2
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
43typedef struct _script script; 43typedef struct _script script;