diff options
author | Nick Ing-Simmons <nik@tiuk.ti.com> | 2001-06-14 08:22:29 +0000 |
---|---|---|
committer | Nick Ing-Simmons <nik@tiuk.ti.com> | 2001-06-14 08:22:29 +0000 |
commit | 2d31dd6aa775ba3ae596182dab64c54df2e34ba1 (patch) | |
tree | 98243c2172d94695a828ce4c2e78ee9c73347c32 /proto.h | |
parent | 24e8cdb889e0ad40169b18813ffa9d1841ab8217 (diff) | |
download | perl-2d31dd6aa775ba3ae596182dab64c54df2e34ba1.tar.gz |
Integrate mainline
p4raw-id: //depot/perlio@10585
Diffstat (limited to 'proto.h')
-rw-r--r-- | proto.h | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -1304,8 +1304,11 @@ STATIC I32 S_cr_textfilter(pTHX_ int idx, SV *sv, int maxlen); STATIC SV* S_isa_lookup(pTHX_ HV *stash, const char *name, int len, int level); #endif -#if defined(PERL_IN_UTIL_C) || defined(PERL_DECL_PROT) +#if defined(PERL_IN_LOCALE_C) || defined(PERL_DECL_PROT) STATIC char* S_stdize_locale(pTHX_ char* locs); +#endif + +#if defined(PERL_IN_UTIL_C) || defined(PERL_DECL_PROT) STATIC SV* S_mess_alloc(pTHX); # if defined(LEAKTEST) STATIC void S_xstat(pTHX_ int); |