aboutsummaryrefslogtreecommitdiff
path: root/devel/swig20/files/patch-Lib::runtime.swg
diff options
context:
space:
mode:
Diffstat (limited to 'devel/swig20/files/patch-Lib::runtime.swg')
-rw-r--r--devel/swig20/files/patch-Lib::runtime.swg18
1 files changed, 0 insertions, 18 deletions
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);
- }
-