diff --git a/Source/Swig/typeobj.c b/Source/Swig/typeobj.c index d4a07fcb8..3db8c6164 100644 --- a/Source/Swig/typeobj.c +++ b/Source/Swig/typeobj.c @@ -641,6 +641,7 @@ SwigType_array_type(SwigType *ty) { * Add, remove, and test for function types. * ----------------------------------------------------------------------------- */ +/* Returns the function type, t, constructed from the parameters, parms */ void SwigType_add_function(SwigType *t, ParmList *parms) { String *pstr;