summaryrefslogtreecommitdiff
path: root/bytecode.pl
diff options
context:
space:
mode:
Diffstat (limited to 'bytecode.pl')
-rw-r--r--bytecode.pl4
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)],
);