summaryrefslogtreecommitdiff
path: root/ext
diff options
context:
space:
mode:
authorNick Ing-Simmons <nik@tiuk.ti.com>2001-03-27 21:45:13 +0000
committerNick Ing-Simmons <nik@tiuk.ti.com>2001-03-27 21:45:13 +0000
commit30ff31546a6570f575cb35e80f834c872c5abdb1 (patch)
treeb5ec80133e8818c0240d33f66bea634ed1166f89 /ext
parentb3d30bf7e271096b5b02c85f1129c4e49c36a709 (diff)
parente38718e34241afaa26c7b803b702f286d08bb360 (diff)
downloadperl-30ff31546a6570f575cb35e80f834c872c5abdb1.tar.gz
Integrate mainline.
p4raw-id: //depot/perlio@9396
Diffstat (limited to 'ext')
-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 d0d79d3f0e..7c24c447c1 100644
--- a/ext/XS/Typemap/Typemap.xs
+++ b/ext/XS/Typemap/Typemap.xs
@@ -632,7 +632,7 @@ T_OPAQUE_array( a,b,c)
int b
int c
PREINIT:
- int array[2];
+ int array[3];
CODE:
array[0] = a;
array[1] = b;