From 40a3261d1a6e2617f6afde0cd6d762a7e211af7a Mon Sep 17 00:00:00 2001 From: cvs2svn Date: Sun, 16 Oct 2005 07:41:55 +0000 Subject: This commit was manufactured by cvs2svn to create tag 'RELEASE_6_0_0'. --- devel/swig20/files/patch-Lib::runtime.swg | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 devel/swig20/files/patch-Lib::runtime.swg (limited to 'devel/swig20/files/patch-Lib::runtime.swg') diff --git a/devel/swig20/files/patch-Lib::runtime.swg b/devel/swig20/files/patch-Lib::runtime.swg deleted file mode 100644 index b54bfefe905d..000000000000 --- a/devel/swig20/files/patch-Lib::runtime.swg +++ /dev/null @@ -1,18 +0,0 @@ ---- Lib/runtime.swg.orig Fri Jul 29 14:23:14 2005 -+++ Lib/runtime.swg Fri Jul 29 14:23:58 2005 -@@ -25,13 +25,13 @@ - - SWIGRUNTIMEINLINE swig_type_info * - SWIG_TypeQuery(const char *name) { -- swig_module_info *module = SWIG_GetModule(); -+ swig_module_info *module = SWIG_GetModule(clientdata); - return SWIG_TypeQueryModule(module, module, name); - } - - SWIGRUNTIMEINLINE swig_type_info * - SWIG_MangledTypeQuery(const char *name) { -- swig_module_info *module = SWIG_GetModule(); -+ swig_module_info *module = SWIG_GetModule(clientdata); - return SWIG_MangledTypeQueryModule(module, module, name); - } - -- cgit v1.2.3