diff options
author | Malcolm Beattie <mbeattie@sable.ox.ac.uk> | 1997-11-13 14:13:30 +0000 |
---|---|---|
committer | Malcolm Beattie <mbeattie@sable.ox.ac.uk> | 1997-11-13 14:13:30 +0000 |
commit | c09156bb55f832ab6700e99026187942841f0ae4 (patch) | |
tree | f66ff50686e3fd8401b4d531089c099bf3656035 /op.c | |
parent | 004955206412e3e53b76d4dad6bc7ac3032c300a (diff) | |
download | perl-c09156bb55f832ab6700e99026187942841f0ae4.tar.gz |
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
Diffstat (limited to 'op.c')
-rw-r--r-- | op.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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)) { |