From c09156bb55f832ab6700e99026187942841f0ae4 Mon Sep 17 00:00:00 2001 From: Malcolm Beattie Date: Thu, 13 Nov 1997 14:13:30 +0000 Subject: Change CONTEXT to PERL_CONTEXT throughout source (since the #define to avoid the Digital UNIX clash no longer works). Changed the #ifdef in pp_sys.c for whether getnet* function get protoyped (since the default had a broken prototype for getnetbyaddr). p4raw-id: //depot/perl@247 --- op.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'op.c') diff --git a/op.c b/op.c index 796c034a26..bc672f7562 100644 --- a/op.c +++ b/op.c @@ -163,7 +163,7 @@ pad_findlex(char *name, PADOFFSET newoff, U32 seq, CV* startcv, I32 cx_ix) I32 off; SV *sv; register I32 i; - register CONTEXT *cx; + register PERL_CONTEXT *cx; int saweval; for (cv = startcv; cv; cv = CvOUTSIDE(cv)) { -- cgit v1.2.1