[asperl] small tweaks to make it compile (doesn't run)
authorGurusamy Sarathy <gsar@cpan.org>
Wed, 8 Apr 1998 01:14:29 +0000 (01:14 +0000)
committerGurusamy Sarathy <gsar@cpan.org>
Wed, 8 Apr 1998 01:14:29 +0000 (01:14 +0000)
p4raw-id: //depot/asperl@885

objpp.h
win32/Makefile
win32/config.bc
win32/config.gc
win32/config.vc
win32/makefile.mk

diff --git a/objpp.h b/objpp.h
index 3042828..5d662de 100644 (file)
--- a/objpp.h
+++ b/objpp.h
 #define newWHILEOP        CPerlObj::Perl_newWHILEOP
 #undef  new_logop
 #define new_logop         CPerlObj::new_logop
+#undef  new_stackinfo
+#define new_stackinfo     CPerlObj::Perl_new_stackinfo
 #undef  new_sv
 #define new_sv            CPerlObj::new_sv
 #undef  new_xiv
index ea5dd12..bb8b737 100644 (file)
@@ -118,7 +118,7 @@ RUNTIME             = -MD
 !ENDIF
 
 INCLUDES       = -I.\include -I. -I..
-#PCHFLAGS      = -Fp"$(INTDIR)/modules.pch" -YX 
+#PCHFLAGS      = -Fpc:\temp\vcmoduls.pch -YX 
 DEFINES                = -DWIN32 -D_CONSOLE $(BUILDOPT) $(CRYPT_FLAG)
 LOCDEFS                = -DPERLDLL -DPERL_CORE
 SUBSYS         = console
index c395f6a..0364c32 100644 (file)
@@ -163,7 +163,7 @@ d_msgctl='define'
 d_msgget='define'
 d_msgrcv='define'
 d_msgsnd='define'
-d_mymalloc='define'
+d_mymalloc='undef'
 d_nice='undef'
 d_oldpthreads='undef'
 d_oldsock='undef'
index 13f02c7..ec41c2e 100644 (file)
@@ -163,7 +163,7 @@ d_msgctl='define'
 d_msgget='define'
 d_msgrcv='define'
 d_msgsnd='define'
-d_mymalloc='define'
+d_mymalloc='undef'
 d_nice='undef'
 d_oldpthreads='undef'
 d_oldsock='undef'
index 3a3f81e..62cd537 100644 (file)
@@ -163,7 +163,7 @@ d_msgctl='define'
 d_msgget='define'
 d_msgrcv='define'
 d_msgsnd='define'
-d_mymalloc='define'
+d_mymalloc='undef'
 d_nice='undef'
 d_oldpthreads='undef'
 d_oldsock='undef'
index 9e59de7..7e14546 100644 (file)
@@ -122,7 +122,7 @@ IMPLIB              = implib -c
 #
 RUNTIME                = -D_RTLDLL
 INCLUDES       = -I.\include -I. -I.. -I$(CCINCDIR)
-#PCHFLAGS      = -H -H$(INTDIR)\bcmoduls.pch 
+#PCHFLAGS      = -H -Hc -H=c:\temp\bcmoduls.pch 
 DEFINES                = -DWIN32 $(BUILDOPT) $(CRYPT_FLAG)
 LOCDEFS                = -DPERLDLL -DPERL_CORE
 SUBSYS         = console
@@ -200,7 +200,7 @@ RUNTIME             = -MD
 .ENDIF
 
 INCLUDES       = -I.\include -I. -I.. 
-#PCHFLAGS      = -Fp$(INTDIR)\vcmoduls.pch -YX 
+#PCHFLAGS      = -Fpc:\temp\vcmoduls.pch -YX 
 DEFINES                = -DWIN32 -D_CONSOLE $(BUILDOPT) $(CRYPT_FLAG)
 LOCDEFS                = -DPERLDLL -DPERL_CORE
 SUBSYS         = console