X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=op.h;h=f06dbdc1203462410e62896c5007ab43f0761362;hb=dcfdccf94c5ada3342776b740fd487168bef3ca3;hp=dad6016fdbfd2a1df8a0eb5666308818f5c55dcc;hpb=7d0905b9233398f3457f3ad755f2e0ad2e0e3d95;p=p5sagit%2Fp5-mst-13.2.git diff --git a/op.h b/op.h index dad6016..f06dbdc 100644 --- a/op.h +++ b/op.h @@ -600,9 +600,9 @@ struct loop { #endif /* flags used by Perl_load_module() */ -#define PERL_LOADMOD_DENY 0x1 -#define PERL_LOADMOD_NOIMPORT 0x2 -#define PERL_LOADMOD_IMPORT_OPS 0x4 +#define PERL_LOADMOD_DENY 0x1 /* no Module */ +#define PERL_LOADMOD_NOIMPORT 0x2 /* use Module () */ +#define PERL_LOADMOD_IMPORT_OPS 0x4 /* use Module (...) */ #if defined(PERL_IN_PERLY_C) || defined(PERL_IN_OP_C) #define ref(o, type) doref(o, type, TRUE)