blob: f3ab75f1e85f0550a820d780a2187bc00647221e (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
--- subversion/bindings/swig/proxy/swig_ruby_external_runtime.swg.orig Sat Nov 5 17:05:55 2005
+++ subversion/bindings/swig/proxy/swig_ruby_external_runtime.swg Sat Nov 5 17:06:07 2005
@@ -757,13 +757,13 @@
SWIGRUNTIMEINLINE swig_type_info *
SWIG_TypeQuery(const char *name) {
- swig_module_info *module = SWIG_GetModule();
+ swig_module_info *module = SWIG_GetModule(NULL);
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(NULL);
return SWIG_MangledTypeQueryModule(module, module, name);
}
|