summaryrefslogtreecommitdiff
path: root/embed.h
diff options
context:
space:
mode:
authorKarl Williamson <khw@cpan.org>2016-09-28 10:19:03 -0600
committerKarl Williamson <khw@cpan.org>2016-10-13 11:18:11 -0600
commit806547a7dc29226b6a06672e1d42fb136e766510 (patch)
tree770729b61c41ed556439634a16904b7ca742c7ae /embed.h
parenta0b61ef95c1627542742a80907516f7ab89aaed6 (diff)
downloadperl-806547a7dc29226b6a06672e1d42fb136e766510.tar.gz
utf8.c: Consolidate duplicate error msg text
This text is generated in 2 places; consolidate into one place.
Diffstat (limited to 'embed.h')
-rw-r--r--embed.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/embed.h b/embed.h
index 31d054857b..6045ec75d2 100644
--- a/embed.h
+++ b/embed.h
@@ -1828,6 +1828,7 @@
#define swash_scan_list_line(a,b,c,d,e,f,g) S_swash_scan_list_line(aTHX_ a,b,c,d,e,f,g)
#define swatch_get(a,b,c) S_swatch_get(aTHX_ a,b,c)
#define to_lower_latin1 S_to_lower_latin1
+#define unexpected_non_continuation_text(a,b) S_unexpected_non_continuation_text(aTHX_ a,b)
# endif
# if defined(PERL_IN_UTF8_C) || defined(PERL_IN_PP_C)
#define _to_upper_title_latin1(a,b,c,d) Perl__to_upper_title_latin1(aTHX_ a,b,c,d)