diff options
author | Nick Ing-Simmons <nik@tiuk.ti.com> | 2001-03-27 21:45:13 +0000 |
---|---|---|
committer | Nick Ing-Simmons <nik@tiuk.ti.com> | 2001-03-27 21:45:13 +0000 |
commit | 30ff31546a6570f575cb35e80f834c872c5abdb1 (patch) | |
tree | b5ec80133e8818c0240d33f66bea634ed1166f89 /ext | |
parent | b3d30bf7e271096b5b02c85f1129c4e49c36a709 (diff) | |
parent | e38718e34241afaa26c7b803b702f286d08bb360 (diff) | |
download | perl-30ff31546a6570f575cb35e80f834c872c5abdb1.tar.gz |
Integrate mainline.
p4raw-id: //depot/perlio@9396
Diffstat (limited to 'ext')
-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 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; |