summaryrefslogtreecommitdiff
path: root/proto.h
diff options
context:
space:
mode:
authorCharles Bailey <bailey@newman.upenn.edu>1999-03-26 20:16:51 -0400
committerGurusamy Sarathy <gsar@cpan.org>1999-05-05 17:17:34 +0000
commitf675dbe55e4c9b649da40044a07fead21738b070 (patch)
treea14c20a68a86c8e771eaed062b2d300af8a1101b /proto.h
parent5311ebfa4a0d242cabb33e39a939e0a9c15a8d29 (diff)
downloadperl-f675dbe55e4c9b649da40044a07fead21738b070.tar.gz
applied non-conflicting parts of suggested patch
Message-id: <01J9AZY8I2PW001O2S@mail.newman.upenn.edu> Subject: [Patch 5.005_56] Revised VMS patch p4raw-id: //depot/perl@3306
Diffstat (limited to 'proto.h')
-rw-r--r--proto.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/proto.h b/proto.h
index d430c454f7..4ba68fe0f2 100644
--- a/proto.h
+++ b/proto.h
@@ -154,6 +154,9 @@ VIRTUAL OP* fold_constants _((OP* arg));
VIRTUAL char* form _((const char* pat, ...));
VIRTUAL void free_tmps _((void));
VIRTUAL OP* gen_constant_list _((OP* o));
+#ifndef HAS_GETENV_SV
+VIRTUAL SV* getenv_sv _((char* key));
+#endif
VIRTUAL void gp_free _((GV* gv));
VIRTUAL GP* gp_ref _((GP* gp));
VIRTUAL GV* gv_AVadd _((GV* gv));