summaryrefslogtreecommitdiff
path: root/pp.h
diff options
context:
space:
mode:
authorBen Morrow <ben@morrow.me.uk>2009-01-19 23:48:51 +0000
committerBen Morrow <ben@morrow.me.uk>2009-03-25 21:14:05 +0000
commitc4c7412cbfdbea9a232b77ab3c0ef1200ed2da16 (patch)
tree9f04a8fb8a29426640b64abf3a69d579df0c3aad /pp.h
parentf6aa80235c3fbb719271d2e0f4463ba710cceea6 (diff)
downloadperl-c4c7412cbfdbea9a232b77ab3c0ef1200ed2da16.tar.gz
Fall back to "" overload for -X.
Diffstat (limited to 'pp.h')
-rw-r--r--pp.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/pp.h b/pp.h
index a0714e9550..50fec839c1 100644
--- a/pp.h
+++ b/pp.h
@@ -477,7 +477,7 @@ Does not use C<TARG>. See also C<XPUSHu>, C<mPUSHu> and C<PUSHu>.
const char tmpchr = (chr); \
SV * const tmpsv = amagic_call(TOPs, \
newSVpvn_flags(&tmpchr, 1, SVs_TEMP), \
- ftest_amg, 0); \
+ ftest_amg, AMGf_unary); \
\
if (tmpsv) { \
SPAGAIN; \