summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'games-fps/alephone/files/alephone-20100424-gcc47.patch')
-rw-r--r--games-fps/alephone/files/alephone-20100424-gcc47.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/games-fps/alephone/files/alephone-20100424-gcc47.patch b/games-fps/alephone/files/alephone-20100424-gcc47.patch
deleted file mode 100644
index 1347d64592f9..000000000000
--- a/games-fps/alephone/files/alephone-20100424-gcc47.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- Source_Files/Lua/lua_templates.h.old 2012-10-15 09:55:32.395310163 +0200
-+++ Source_Files/Lua/lua_templates.h 2012-10-15 09:56:14.991129122 +0200
-@@ -496,7 +496,7 @@
- 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_LazyEnum::_lookup(L, index, to)) return to;
- else {
- std::string error;
- if(lua_isnumber(L, index) || lua_isstring(L, index))