summaryrefslogtreecommitdiff
path: root/cop.h
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2008-01-21 08:54:25 +0000
committerNicholas Clark <nick@ccl4.org>2008-01-21 08:54:25 +0000
commit51ce55291bc7d910929bee20dfbf29b2ba1a396f (patch)
tree95b6d491ec55618d74b6dcea94dc765b1b77e990 /cop.h
parent4f9115300b43ef6b5f7a27ee5faa266cbbca1243 (diff)
downloadperl-51ce55291bc7d910929bee20dfbf29b2ba1a396f.tar.gz
Add a flag G_WANT, as a mask for the bits G_SCALAR, G_ARRAY and G_VOID.
p4raw-id: //depot/perl@33021
Diffstat (limited to 'cop.h')
-rw-r--r--cop.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/cop.h b/cop.h
index 4dbc19718e..641fb66ee9 100644
--- a/cop.h
+++ b/cop.h
@@ -740,6 +740,7 @@ L<perlcall>.
#define G_SCALAR 0
#define G_ARRAY 1
#define G_VOID 128 /* skip this bit when adding flags below */
+#define G_WANT (128|1)
/* extra flags for Perl_call_* routines */
#define G_DISCARD 2 /* Call FREETMPS.