diff options
author | Gurusamy Sarathy <gsar@cpan.org> | 1999-09-07 17:25:07 +0000 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 1999-09-07 17:25:07 +0000 |
commit | 349fd7b7286e5fa0d4cd22565b1943fa16790eac (patch) | |
tree | 36b7625b6d2a7eed7810513e861c6aa0eb085e45 /proto.h | |
parent | f0cd5c3a554e4ef8e1237a87856de1d143ee3531 (diff) | |
download | perl-349fd7b7286e5fa0d4cd22565b1943fa16790eac.tar.gz |
various fixups for windows
p4raw-id: //depot/perl@4101
Diffstat (limited to 'proto.h')
-rw-r--r-- | proto.h | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -980,9 +980,6 @@ STATIC I32 S_win32_textfilter(pTHX_ int idx, SV *sv, int maxlen); #if defined(PERL_IN_UNIVERSAL_C) || defined(PERL_DECL_PROT) STATIC SV* S_isa_lookup(pTHX_ HV *stash, const char *name, int len, int level); #endif -#if defined(PERL_IN_XSUTILS_C) || defined(PERL_DECL_PROT) -STATIC int S_modify_SV_attributes(pTHX_ SV *sv, SV **retlist, SV **attrlist, int numattrs); -#endif #if defined(PERL_IN_UTIL_C) || defined(PERL_DECL_PROT) STATIC SV* S_mess_alloc(pTHX); # if defined(LEAKTEST) |