Missing NIL in Printv.

git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@5389 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
Art Yerkes 2003-11-25 07:08:38 +00:00
commit c62459060e

View file

@ -710,7 +710,7 @@ public:
Printv(f->code,
tab4, "swig_result = caml_list_append(swig_result,rv);\n", NIL);
if( isOverloaded )
Printv(f->code, "free(argv);\n");
Printv(f->code, "free(argv);\n", NIL);
Printv(f->code,
tab4, "CAMLreturn(swig_result);\n", NIL );
Printv(f->code, "}\n",NIL);