diff options
author | Dave Mitchell <davem@fdisolutions.com> | 2002-03-21 17:24:40 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2002-03-21 18:19:53 +0000 |
commit | 9ede5bc8744780ab88b609ed37e363bd7732ba2e (patch) | |
tree | b9073fe5603df848bc72880f3550446d39706668 /proto.h | |
parent | 01b53dac40ffd475c2c1671820aa146af4d23c96 (diff) | |
download | perl-9ede5bc8744780ab88b609ed37e363bd7732ba2e.tar.gz |
-DCRIPPLED_CC RIP
Message-ID: <20020321172440.C13683@fdgroup.com>
p4raw-id: //depot/perl@15397
Diffstat (limited to 'proto.h')
-rw-r--r-- | proto.h | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -1321,9 +1321,6 @@ STATIC char* S_incl_perldb(pTHX); STATIC I32 S_utf16_textfilter(pTHX_ int idx, SV *sv, int maxlen); STATIC I32 S_utf16rev_textfilter(pTHX_ int idx, SV *sv, int maxlen); #endif -# if defined(CRIPPLED_CC) -STATIC int S_uni(pTHX_ I32 f, char *s); -# endif # if defined(PERL_CR_FILTER) STATIC I32 S_cr_textfilter(pTHX_ int idx, SV *sv, int maxlen); # endif |