code comment added

git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@6309 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
William S Fulton 2004-10-04 20:29:45 +00:00
commit 0cd6151c77

View file

@ -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;