[patch] perlio + useithreads
Doug MacEachern [Fri, 23 Feb 2001 00:05:37 +0000 (16:05 -0800)]
Message-ID: <Pine.LNX.4.21.0102222356460.14249-100000@mako.covalent.net>

Gets things running but not complete.

p4raw-id: //depot/perl@8912

objXSUB.h
perlapi.c
proto.h

index 2549344..f9f48d1 100644 (file)
--- a/objXSUB.h
+++ b/objXSUB.h
 #if defined(PERL_IN_UTIL_C) || defined(PERL_DECL_PROT)
 #  if defined(LEAKTEST)
 #  endif
-#  if defined(EBCDIC)
-#  endif
 #endif
 #if defined(PERL_OBJECT)
 #endif
index 644bef8..2252ef3 100644 (file)
--- a/perlapi.c
+++ b/perlapi.c
@@ -4164,8 +4164,6 @@ Perl_sys_intern_init(pTHXo)
 #if defined(PERL_IN_UTIL_C) || defined(PERL_DECL_PROT)
 #  if defined(LEAKTEST)
 #  endif
-#  if defined(EBCDIC)
-#  endif
 #endif
 #if defined(PERL_OBJECT)
 #endif
diff --git a/proto.h b/proto.h
index a33e8b7..bd27c20 100644 (file)
--- a/proto.h
+++ b/proto.h
@@ -1288,9 +1288,6 @@ STATIC SV*        S_mess_alloc(pTHX);
 #  if defined(LEAKTEST)
 STATIC void    S_xstat(pTHX_ int);
 #  endif
-#  if defined(EBCDIC)
-PERL_CALLCONV int      Perl_ebcdic_control(pTHX_ int ch);
-#  endif
 #endif
 
 #if defined(PERL_OBJECT)