From dddf810a7110e7306edb0d2de1eb415b18a07cea Mon Sep 17 00:00:00 2001 From: William S Fulton Date: Mon, 4 Oct 2004 20:29:45 +0000 Subject: [PATCH] code comment added git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@6309 626c5289-ae23-0410-ae9c-e8d60b6d4f22 --- Source/Swig/typeobj.c | 1 + 1 file changed, 1 insertion(+) 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;