X-Git-Url: http://git.vpit.fr/?a=blobdiff_plain;f=Magic.xs;h=1c25a9bc7dca6e47ff61a090fff406ee0de13367;hb=381ddc3601a29d14e23535dc97fc2c64cb9c495d;hp=14a33f4a12a5cb7419ebc847b782dd402958f445;hpb=ef0ca84c466fb43ed99555a0a662135a9913b5fe;p=perl%2Fmodules%2FVariable-Magic.git diff --git a/Magic.xs b/Magic.xs index 14a33f4..1c25a9b 100644 --- a/Magic.xs +++ b/Magic.xs @@ -229,8 +229,10 @@ STATIC const char *const vmg_opclassnames[] = { }; STATIC opclass vmg_opclass(const OP *o) { +#if 0 if (!o) return OPc_NULL; +#endif if (o->op_type == 0) return (o->op_flags & OPf_KIDS) ? OPc_UNOP : OPc_BASEOP;