summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorLauri Aarnio <Lauri.Aarnio@iki.fi>2008-09-03 15:29:07 +0300
committerLauri Leukkunen <lle@rahina.org>2008-09-27 00:02:41 +0300
commit424363e48b733b82840d234f39fc5c27ef4884e0 (patch)
tree2a47ab36b53883e0278befb28caf1e783c7980dd /include
parent1534f978fe6f19243a4f1f9a84c43690c4b91e87 (diff)
Lua engine initialization is now completely in luaif/luiaf.c - previously most of Lua initialization was in luaif.c, while there were (modified) copies in argvenvp.c and paths.c
Diffstat (limited to 'include')
-rw-r--r--include/mapping.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/include/mapping.h b/include/mapping.h
index 5c3d916..899b5c0 100644
--- a/include/mapping.h
+++ b/include/mapping.h
@@ -13,12 +13,6 @@
#define enable_mapping(a) ((a)->mapping_disabled--)
#define disable_mapping(a) ((a)->mapping_disabled++)
-enum lua_engine_states {
- LES_NOT_INITIALIZED = 0,
- LES_INIT_IN_PROCESS,
- LES_READY
-};
-
extern char *scratchbox_path(const char *func_name, const char *path,
int *ro_flagp, int dont_resolve_final_symlink);
extern char *scratchbox_path3(const char *binary_name, const char *func_name,