summaryrefslogtreecommitdiff
path: root/vms
diff options
context:
space:
mode:
authorCharles Bailey <bailey@newman.upenn.edu>1999-08-23 03:30:01 +0000
committerbailey <bailey@newman.upenn.edu>1999-08-23 03:30:01 +0000
commit19c10e8f35fdb25560bcde71773a173ab954309f (patch)
treeca2fb2cc88c576e5e795ebce3818a305227e8999 /vms
parentc886fb20d6abfbef5c5d363b570a7d2150080236 (diff)
downloadperl-19c10e8f35fdb25560bcde71773a173ab954309f.tar.gz
Fix prototypes in perlapi.c (64-bit?)
Clear prior definition of getenv_len before defining VMS-specific macro p4raw-id: //depot/vmsperl@4026
Diffstat (limited to 'vms')
-rw-r--r--vms/vmsish.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/vms/vmsish.h b/vms/vmsish.h
index 17aac8a665..261a506987 100644
--- a/vms/vmsish.h
+++ b/vms/vmsish.h
@@ -75,6 +75,9 @@
/* getenv used for regular logical names */
# define getenv(v) my_getenv(v,TRUE)
#endif
+#ifdef getenv_len
+# undef getenv_len
+#endif
#define getenv_len(v,l) my_getenv_len(v,l,TRUE)
/* DECC introduces this routine in the RTL as of VMS 7.0; for now,