summaryrefslogtreecommitdiff
path: root/vms
diff options
context:
space:
mode:
authorGurusamy Sarathy <gsar@cpan.org>1999-11-04 02:53:37 +0000
committerGurusamy Sarathy <gsar@cpan.org>1999-11-04 02:53:37 +0000
commitd20626d86bf3d55ba658adbc2678de4c519cbc6c (patch)
tree54572cc02ed9c32ffaa4bb2161ba13d8466dbc77 /vms
parentcc49e20bd7575d1d37e92731860d63daa4d52ecc (diff)
downloadperl-d20626d86bf3d55ba658adbc2678de4c519cbc6c.tar.gz
remove VIRTUAL tag, PERL_OBJECT doesn't need it anymore
p4raw-id: //depot/perl@4511
Diffstat (limited to 'vms')
-rw-r--r--vms/perly_c.vms1
-rw-r--r--vms/vmsish.h2
2 files changed, 0 insertions, 3 deletions
diff --git a/vms/perly_c.vms b/vms/perly_c.vms
index acecce7554..4787247429 100644
--- a/vms/perly_c.vms
+++ b/vms/perly_c.vms
@@ -2483,7 +2483,6 @@ yyaccept:
}
#ifdef PERL_OBJECT
-#define NO_XSLOCKS
#include "XSUB.h"
#endif
diff --git a/vms/vmsish.h b/vms/vmsish.h
index 261a506987..68ac8b9305 100644
--- a/vms/vmsish.h
+++ b/vms/vmsish.h
@@ -681,6 +681,4 @@ typedef char __VMS_SEPYTOTORP__;
#undef HAS_NTOHL
#endif
-#define TMPPATH "sys$scratch:perl-eXXXXXX"
-
#endif /* __vmsish_h_included */