From: Gurusamy Sarathy Date: Tue, 11 Nov 1997 23:08:54 +0000 (+0000) Subject: Initial (untested) integration of mainline changes. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=e7cd54d7e2bd82a89f30e2f71675be1f5d3be34d;p=p5sagit%2Fp5-mst-13.2.git Initial (untested) integration of mainline changes. p4raw-id: //depot/win32/perl@234 --- e7cd54d7e2bd82a89f30e2f71675be1f5d3be34d diff --cc run.c index 87633d1,543fb08..6afab88 --- a/run.c +++ b/run.c @@@ -20,8 -20,10 +20,8 @@@ dEXT char **watchaddr = 0 dEXT char *watchok; int - runops_standard() { + runops_standard(void) { dTHR; - SAVEI32(runlevel); - runlevel++; while ( op = (*op->op_ppaddr)(ARGS) ) ; diff --cc win32/makefile.mk index 3dc00a2,655efb7..e7c3857 --- a/win32/makefile.mk +++ b/win32/makefile.mk @@@ -10,8 -10,8 +10,8 @@@ # Set these to wherever you want "nmake install" to put your # newly built perl. INST_DRV=c: --INST_TOP=$(INST_DRV)\perl\perl5004.5X --BUILDOPT=-DUSE_THREADS ++INST_TOP=$(INST_DRV)\perl ++BUILDOPT=-DUSE_THREADS # -DUSE_PERLIO -D__STDC__=1 -DUSE_SFIO -DI_SFIO -I\sfio97\include