summaryrefslogtreecommitdiff
path: root/op.h
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2008-11-26 11:57:59 +0000
committerNicholas Clark <nick@ccl4.org>2008-11-26 11:57:59 +0000
commit7d0905b9233398f3457f3ad755f2e0ad2e0e3d95 (patch)
treecb196e96d195432ea9e906f86dd8f0be735c208d /op.h
parent2e58fc35b9246b8e4af62c2038aca4ea0312f6d8 (diff)
downloadperl-7d0905b9233398f3457f3ad755f2e0ad2e0e3d95.tar.gz
Replace Perl_my() with a small shell script. er. macro.
p4raw-id: //depot/perl@34917
Diffstat (limited to 'op.h')
-rw-r--r--op.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/op.h b/op.h
index a90be0a5e9..dad6016fdb 100644
--- a/op.h
+++ b/op.h
@@ -614,6 +614,10 @@ struct loop {
cv_ckproto_len((cv), (gv), (p), (p) ? strlen(p) : 0)
#endif
+#ifdef PERL_CORE
+# define my(o) my_attrs((o), NULL)
+#endif
+
#ifdef USE_REENTRANT_API
#include "reentr.h"
#endif