diff options
author | Andy Lester <andy@petdance.com> | 2005-11-04 09:12:56 -0600 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2005-11-07 10:24:54 +0000 |
commit | 7452cf6af2e38d62832bbd8762076e54fa12a70f (patch) | |
tree | 0524ba69bff9e7ad05914f72650259df8302cee6 /utf8.c | |
parent | 21401c75f1c38e127fa870b81fca15879c466865 (diff) | |
download | perl-7452cf6af2e38d62832bbd8762076e54fa12a70f.tar.gz |
Consting and localizing: Part LXVIII
Message-ID: <20051104211256.GA12651@petdance.com>
p4raw-id: //depot/perl@26028
Diffstat (limited to 'utf8.c')
-rw-r--r-- | utf8.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1236,7 +1236,7 @@ Perl_to_uni_lower_lc(pTHX_ U32 c) return (U32)to_uni_lower(c, tmpbuf, &len); } -bool +static bool S_is_utf8_common(pTHX_ const U8 *const p, SV **swash, const char *const swashname) { |