summaryrefslogtreecommitdiff
path: root/games/alephone/patches/patch-Source__Files_Lua_lua__templates.h
diff options
context:
space:
mode:
Diffstat (limited to 'games/alephone/patches/patch-Source__Files_Lua_lua__templates.h')
-rw-r--r--games/alephone/patches/patch-Source__Files_Lua_lua__templates.h13
1 files changed, 0 insertions, 13 deletions
diff --git a/games/alephone/patches/patch-Source__Files_Lua_lua__templates.h b/games/alephone/patches/patch-Source__Files_Lua_lua__templates.h
deleted file mode 100644
index 7f60e415620..00000000000
--- a/games/alephone/patches/patch-Source__Files_Lua_lua__templates.h
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-Source__Files_Lua_lua__templates.h,v 1.1 2012/07/03 18:45:14 joerg Exp $
-
---- Source_Files/Lua/lua_templates.h.orig 2012-07-03 09:27:35.000000000 +0000
-+++ Source_Files/Lua/lua_templates.h
-@@ -496,7 +496,7 @@ public:
- static index_t ToIndex(lua_State *L, int index) {
- index_t to;
- if(lua_isnil(L, index)) return -1;
-- else if(_lookup(L, index, to)) return to;
-+ else if(L_Enum<name, index_t>::_lookup(L, index, to)) return to;
- else {
- std::string error;
- if(lua_isnumber(L, index) || lua_isstring(L, index))