X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=bytecode.pl;h=bfe75028d050ff4d2d14cd33fd3775adc09da919;hb=ec54d15e771f3e1743fa1e0875e55fa2ae8a5e28;hp=e3104af7319c7ae575a9c6285aad54d118c8fe77;hpb=a0edd7f8266d86f8576becc8e4647dbf502c681d;p=p5sagit%2Fp5-mst-13.2.git diff --git a/bytecode.pl b/bytecode.pl index e3104af..bfe7502 100644 --- a/bytecode.pl +++ b/bytecode.pl @@ -4,8 +4,8 @@ BEGIN { } use strict; my %alias_to = ( - U32 => [qw(PADOFFSET STRLEN line_t)], - I32 => [qw(SSize_t long)], + U32 => [qw(line_t)], + PADOFFSET => [qw(STRLEN SSize_t)], U16 => [qw(OPCODE short)], U8 => [qw(char)], );