Make t_output_helper() static.

git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@10639 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
Olly Betts 2008-07-03 06:04:24 +00:00
commit 30cdd1f71e

View file

@ -36,7 +36,7 @@
%enddef
%fragment("t_output_helper","header") %{
void
static void
t_output_helper( zval **target, zval *o) {
if ( (*target)->type == IS_ARRAY ) {
/* it's already an array, just append */