summaryrefslogtreecommitdiff
path: root/proto.h
diff options
context:
space:
mode:
authorMalcolm Beattie <mbeattie@sable.ox.ac.uk>1997-11-13 14:13:30 +0000
committerMalcolm Beattie <mbeattie@sable.ox.ac.uk>1997-11-13 14:13:30 +0000
commitc09156bb55f832ab6700e99026187942841f0ae4 (patch)
treef66ff50686e3fd8401b4d531089c099bf3656035 /proto.h
parent004955206412e3e53b76d4dad6bc7ac3032c300a (diff)
downloadperl-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 'proto.h')
-rw-r--r--proto.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/proto.h b/proto.h
index b5d60f6cb1..b86ecd0a8d 100644
--- a/proto.h
+++ b/proto.h
@@ -64,7 +64,7 @@ CV* cv_clone _((CV* proto));
SV* cv_const_sv _((CV* cv));
void cv_undef _((CV* cv));
#ifdef DEBUGGING
-void cx_dump _((CONTEXT* cs));
+void cx_dump _((PERL_CONTEXT* cs));
#endif
SV* filter_add _((filter_t funcp, SV* datasv));
void filter_del _((filter_t funcp));