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:
parent
dccd552d73
commit
30cdd1f71e
1 changed files with 1 additions and 1 deletions
|
|
@ -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 */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue