summaryrefslogtreecommitdiff
path: root/embed.fnc
diff options
context:
space:
mode:
authorKarl Williamson <public@khwilliamson.com>2014-02-05 14:54:47 -0700
committerKarl Williamson <public@khwilliamson.com>2014-02-05 15:47:05 -0700
commit421e43ba3017755892f18a5690b66a6ed8717fa9 (patch)
treec668b5dfe9085cfa3d915c85ccb7feab72f04b42 /embed.fnc
parent2bd1cbf6ef490552a1de7d86d43c05162e3e5e91 (diff)
downloadperl-421e43ba3017755892f18a5690b66a6ed8717fa9.tar.gz
Forbid "\c{" and \c{non-ascii}
These constructs have been deprecated since v5.14 with the intention of making them fatal in 5.18. This wasn't done; and is being done now.
Diffstat (limited to 'embed.fnc')
-rw-r--r--embed.fnc2
1 files changed, 1 insertions, 1 deletions
diff --git a/embed.fnc b/embed.fnc
index a166dc7b14..0d3ae6adbe 100644
--- a/embed.fnc
+++ b/embed.fnc
@@ -751,7 +751,7 @@ p |OP* |localize |NN OP *o|I32 lex
ApdR |I32 |looks_like_number|NN SV *const sv
Apd |UV |grok_bin |NN const char* start|NN STRLEN* len_p|NN I32* flags|NULLOK NV *result
#if defined(PERL_IN_REGCOMP_C) || defined(PERL_IN_TOKE_C)
-EMsR |char |grok_bslash_c |const char source|const bool utf8|const bool output_warning
+EMsR |char |grok_bslash_c |const char source|const bool output_warning
EMsR |bool |grok_bslash_o |NN char** s|NN UV* uv \
|NN const char** error_msg \
|const bool output_warning \