diff options
author | James Jurach <muaddib@erf.net> | 2003-07-02 08:31:05 -0500 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2003-07-02 19:39:11 +0000 |
commit | dea2849036f7f874ea24a97b41ef1b738aa592ca (patch) | |
tree | 4b49ab128ff51fca1ae33d55b5ab1bd7bf8f73f8 /bytecode.pl | |
parent | d6df3700e9fd7f8b471288012f05c37f69c233f6 (diff) | |
download | perl-dea2849036f7f874ea24a97b41ef1b738aa592ca.tar.gz |
line numbers are given % 64k
Message-ID: <20030702183105.GA4837@lebowski>
p4raw-id: //depot/perl@19934
Diffstat (limited to 'bytecode.pl')
-rw-r--r-- | bytecode.pl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bytecode.pl b/bytecode.pl index 38ae8092a9..e544485014 100644 --- a/bytecode.pl +++ b/bytecode.pl @@ -5,8 +5,8 @@ BEGIN { use strict; my %alias_to = ( U32 => [qw(PADOFFSET STRLEN)], - I32 => [qw(SSize_t long)], - U16 => [qw(OPCODE line_t short)], + I32 => [qw(SSize_t line_t long)], + U16 => [qw(OPCODE short)], U8 => [qw(char)], ); |