From: Jarkko Hietaniemi Date: Fri, 1 Jun 2001 15:35:19 +0000 (+0000) Subject: The #10370 wasn't quite right. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=4d0439cea1039d7a1d1d554b735a7be950ad1fe9;p=p5sagit%2Fp5-mst-13.2.git The #10370 wasn't quite right. p4raw-id: //depot/perl@10374 --- diff --git a/ext/XS/Typemap/Typemap.xs b/ext/XS/Typemap/Typemap.xs index b97a9bf..1901549 100644 --- a/ext/XS/Typemap/Typemap.xs +++ b/ext/XS/Typemap/Typemap.xs @@ -764,7 +764,7 @@ the subtype. intArray * T_ARRAY( dummy, array, ... ) - int dummy = NO_INIT + int dummy = 0; intArray * array PREINIT: U32 size_RETVAL;