projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
640374d
)
The #10370 wasn't quite right.
Jarkko Hietaniemi [Fri, 1 Jun 2001 15:35:19 +0000 (15:35 +0000)]
p4raw-id: //depot/perl@10374
ext/XS/Typemap/Typemap.xs
patch
|
blob
|
blame
|
history
diff --git
a/ext/XS/Typemap/Typemap.xs
b/ext/XS/Typemap/Typemap.xs
index
b97a9bf
..
1901549
100644
(file)
--- 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;