summaryrefslogtreecommitdiff
path: root/iperlsys.h
diff options
context:
space:
mode:
authorNick Ing-Simmons <nik@tiuk.ti.com>2002-05-02 17:09:43 +0000
committerNick Ing-Simmons <nik@tiuk.ti.com>2002-05-02 17:09:43 +0000
commit362d0d4483498690d9657a76e53755c85da3b796 (patch)
tree9d92612e7c2a3119f1bb033f3d2baaa29a85bc62 /iperlsys.h
parent30753f56c8bbfb209552e904d9d76202413ebf24 (diff)
downloadperl-362d0d4483498690d9657a76e53755c85da3b796.tar.gz
*** EXPERIMENTAL ***
Have perlsdio.h use the iperlsys.h aliases and see if that helps non-PERLIO IMP_SYS on Win32. (Miniperl okay on linux). p4raw-id: //depot/perlio@16350
Diffstat (limited to 'iperlsys.h')
-rw-r--r--iperlsys.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/iperlsys.h b/iperlsys.h
index de45ff13f7..0dd5482250 100644
--- a/iperlsys.h
+++ b/iperlsys.h
@@ -342,7 +342,7 @@ struct IPerlStdIOInfo
#define PerlSIO_setlinebuf(f) setlinebuf(f)
#define PerlSIO_printf Perl_fprintf_nocontext
#define PerlSIO_stdoutf *PL_StdIO->pPrintf
-#define PerlSIO_vprintf(f,fmt,a)
+#define PerlSIO_vprintf(f,fmt,a) vfprintf(f,fmt,a)
#define PerlSIO_ftell(f) ftell(f)
#define PerlSIO_fseek(f,o,w) fseek(f,o,w)
#define PerlSIO_fgetpos(f,p) fgetpos(f,p)
@@ -809,7 +809,7 @@ struct IPerlMemInfo
/* Shared memory macros */
#ifdef NETWARE
-
+
#define PerlMemShared_malloc(size) \
(*PL_Mem->pMalloc)(PL_Mem, (size))
#define PerlMemShared_realloc(buf, size) \