]> granicus.if.org Git - php/commitdiff
Oops, missing () there
authorRasmus Lerdorf <rasmus@php.net>
Sun, 12 Aug 2001 00:14:48 +0000 (00:14 +0000)
committerRasmus Lerdorf <rasmus@php.net>
Sun, 12 Aug 2001 00:14:48 +0000 (00:14 +0000)
ext/skeleton/create_stubs

index dc56c73f67da905fb7c485e7f8c3c2f90a55e69c..ad9bc81ab0765ef798012acaf620c0e2f2946e65 100755 (executable)
@@ -180,7 +180,7 @@ END {
                        "     <funcprototype>\n" \
                        "      <funcdef>" types[i] " <function>" funcs[i] "</function></funcdef>\n"
 
-               fetchargs = "\tif (zend_parse_parameters(ZEND_NUM_ARGS, " specs[i] ", "
+               fetchargs = "\tif (zend_parse_parameters(ZEND_NUM_ARGS(), " specs[i] ", "
 
                for (j = 0; j < maxargs[i]; j++) {