finishing change from 'static' to 'SWIGINTERN'
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@7001 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
ffc93a4bbd
commit
4c873ffb8d
5 changed files with 27 additions and 20 deletions
|
|
@ -20,7 +20,7 @@
|
|||
An ugly hack, but it works.
|
||||
*/
|
||||
|
||||
static PyObject *swig_call_defargs(PyObject *self, PyObject *args) {
|
||||
SWIGINTERN PyObject *swig_call_defargs(PyObject *self, PyObject *args) {
|
||||
PyObject *func;
|
||||
PyObject *parms;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue