aboutsummaryrefslogtreecommitdiff
path: root/Lib/php/phprun.swg
diff options
context:
space:
mode:
Diffstat (limited to 'Lib/php/phprun.swg')
-rw-r--r--Lib/php/phprun.swg4
1 files changed, 2 insertions, 2 deletions
diff --git a/Lib/php/phprun.swg b/Lib/php/phprun.swg
index 1404955e0..92f2f3fe5 100644
--- a/Lib/php/phprun.swg
+++ b/Lib/php/phprun.swg
@@ -79,7 +79,7 @@ static int default_error_code = E_ERROR;
if (!(expr) ) { zend_printf("Contract Assert Failed %s\n",msg ); } else
/* Standard SWIG API */
-#define SWIG_GetModule(clientdata) SWIG_Php_GetModule()
+#define SWIG_GetModule(clientdata) SWIG_Php_GetModule(clientdata)
#define SWIG_SetModule(clientdata, pointer) SWIG_Php_SetModule(pointer)
/* used to wrap returned objects in so we know whether they are newobject
@@ -252,7 +252,7 @@ SWIG_ZTS_ConvertPtr(zval *z, void **ptr, swig_type_info *ty, int flags TSRMLS_DC
}
static char const_name[] = "swig_runtime_data_type_pointer";
-static swig_module_info *SWIG_Php_GetModule() {
+static swig_module_info *SWIG_Php_GetModule(void *SWIGUNUSEDPARM(clientdata)) {
zval *pointer;
swig_module_info *ret = 0;