Steps along the road toward Win32 building again.
Nick Ing-Simmons [Thu, 14 Jun 2001 20:00:12 +0000 (20:00 +0000)]
p4raw-id: //depot/perlio@10591

perlio.c
win32/makefile.mk

index 242aa71..ac5ace8 100644 (file)
--- a/perlio.c
+++ b/perlio.c
@@ -393,8 +393,10 @@ PerlIO_list_push(PerlIO_list_t *list,PerlIO_funcs *funcs,SV *arg)
   }
  p = &(list->array[list->cur++]);
  p->funcs = funcs;
- if ((p->arg = arg))
+ if ((p->arg = arg)) {
+  dTHX; 
   SvREFCNT_inc(arg);
+ }
 }
 
 
@@ -4015,3 +4017,4 @@ PerlIO_sprintf(char *s, int n, const char *fmt,...)
 
 
 
+
index ccace2e..e9b9b54 100644 (file)
@@ -671,6 +671,8 @@ MICROCORE_SRC       =               \
                ..\universal.c  \\r
                ..\utf8.c       \\r
                ..\util.c       \\r
+               ..\numeric.c    \\r
+               ..\locale.c     \\r
                ..\xsutils.c\r
 \r
 EXTRACORE_SRC  += perllib.c\r