summaryrefslogtreecommitdiff
path: root/ext/XS
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2001-06-01 15:35:19 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2001-06-01 15:35:19 +0000
commit4d0439cea1039d7a1d1d554b735a7be950ad1fe9 (patch)
treedea03ac69317391753c11e39f2aa2e0fe1e4c8ed /ext/XS
parent640374d0dfc3428416b596d67c06b3c817f44bd8 (diff)
downloadperl-4d0439cea1039d7a1d1d554b735a7be950ad1fe9.tar.gz
The #10370 wasn't quite right.
p4raw-id: //depot/perl@10374
Diffstat (limited to 'ext/XS')
-rw-r--r--ext/XS/Typemap/Typemap.xs2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/XS/Typemap/Typemap.xs b/ext/XS/Typemap/Typemap.xs
index b97a9bfab3..1901549489 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;