diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2001-06-01 15:35:19 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2001-06-01 15:35:19 +0000 |
commit | 4d0439cea1039d7a1d1d554b735a7be950ad1fe9 (patch) | |
tree | dea03ac69317391753c11e39f2aa2e0fe1e4c8ed /ext/XS | |
parent | 640374d0dfc3428416b596d67c06b3c817f44bd8 (diff) | |
download | perl-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.xs | 2 |
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; |