diff options
author | Ben Morrow <ben@morrow.me.uk> | 2009-01-19 23:48:51 +0000 |
---|---|---|
committer | Ben Morrow <ben@morrow.me.uk> | 2009-03-25 21:14:05 +0000 |
commit | c4c7412cbfdbea9a232b77ab3c0ef1200ed2da16 (patch) | |
tree | 9f04a8fb8a29426640b64abf3a69d579df0c3aad /pp.h | |
parent | f6aa80235c3fbb719271d2e0f4463ba710cceea6 (diff) | |
download | perl-c4c7412cbfdbea9a232b77ab3c0ef1200ed2da16.tar.gz |
Fall back to "" overload for -X.
Diffstat (limited to 'pp.h')
-rw-r--r-- | pp.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; \ |