From b0e3252edb68bc2dd1e28347ff032f53358df3ce Mon Sep 17 00:00:00 2001 From: Karl Williamson Date: Sat, 19 Nov 2011 16:50:33 -0700 Subject: utf8.c: Change name of static function This function has always confused me, as it doesn't return a swash, but a swatch. --- embed.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'embed.h') diff --git a/embed.h b/embed.h index a1aed25747..9d140ee869 100644 --- a/embed.h +++ b/embed.h @@ -1589,7 +1589,7 @@ #define check_locale_boundary_crossing(a,b,c,d) S_check_locale_boundary_crossing(aTHX_ a,b,c,d) #define is_utf8_char_slow S_is_utf8_char_slow #define is_utf8_common(a,b,c) S_is_utf8_common(aTHX_ a,b,c) -#define swash_get(a,b,c) S_swash_get(aTHX_ a,b,c) +#define swatch_get(a,b,c) S_swatch_get(aTHX_ a,b,c) #define to_lower_latin1(a,b,c) S_to_lower_latin1(aTHX_ a,b,c) # endif # if defined(PERL_IN_UTF8_C) || defined(PERL_IN_PP_C) -- cgit v1.2.1