X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=perl.h;h=5b7af5490f28ed6e2c53489d74f4cef3ec237244;hb=edc2eac33c792d54399e570820645265bcb07080;hp=920bd3ca06f8afb844a9b50f863f55b6b26c1f42;hpb=2a8c30295b275492168d354bd41e49b2adb4c4df;p=p5sagit%2Fp5-mst-13.2.git diff --git a/perl.h b/perl.h index 920bd3c..5b7af54 100644 --- a/perl.h +++ b/perl.h @@ -3611,14 +3611,14 @@ EXTCONST char * PL_AMG_names[NofAMmeth]; END_EXTERN_C struct am_table { - long was_ok_sub; + U32 was_ok_sub; long was_ok_am; U32 flags; CV* table[NofAMmeth]; long fallback; }; struct am_table_short { - long was_ok_sub; + U32 was_ok_sub; long was_ok_am; U32 flags; };