remove spurious TSRMLS_CC

This commit is contained in:
Meredith L. Patterson 2013-12-21 19:57:23 +01:00
parent c52e8bdbf0
commit 500257d111

View file

@ -79,7 +79,7 @@
//SWIG_exception(SWIG_TypeError, "typemap: should have been an HParseResult*, was NULL");
RETVAL_NULL();
} else {
hpt_to_php($1->ast, $result TSRMLS_CC);
hpt_to_php($1->ast, $result);
}
}