diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 2005-01-15 21:18:29 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 2005-01-15 21:18:29 +0000 |
commit | 900aea5fee6e7e0e7e6e8c4f0192f99befa3a927 (patch) | |
tree | 79ecffc72620d46df9fe0d71286e0e466415b7f5 /gnu/usr.bin/perl/locale.c | |
parent | a529bb51c131f3975e0a7daa8eb3d2c865f3fc52 (diff) |
perl 5.8.6 from CPAN
Diffstat (limited to 'gnu/usr.bin/perl/locale.c')
-rw-r--r-- | gnu/usr.bin/perl/locale.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gnu/usr.bin/perl/locale.c b/gnu/usr.bin/perl/locale.c index 6f5f0166674..a73c5d68d25 100644 --- a/gnu/usr.bin/perl/locale.c +++ b/gnu/usr.bin/perl/locale.c @@ -18,6 +18,10 @@ * nef aear, si nef aearon! */ +/* utility functions for handling locale-specific stuff like what + * character represents the decimal point. + */ + #include "EXTERN.h" #define PERL_IN_LOCALE_C #include "perl.h" @@ -560,6 +564,7 @@ Perl_init_i18nl14n(pTHX_ int printwarn) * The real transformed data begins at offset sizeof(collationix). * Please see sv_collxfrm() to see how this is used. */ + char * Perl_mem_collxfrm(pTHX_ const char *s, STRLEN len, STRLEN *xlen) { |