diff options
author | Charles Lane <lane@DUPHY4.Physics.Drexel.Edu> | 2001-12-05 17:34:53 -0500 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2001-12-06 03:04:18 +0000 |
commit | 218fdd94f8d5c3dbbf5dc8db8ab55a53057164a1 (patch) | |
tree | 149bd12898f24e452ef145744860678de7815327 /vms/vmsish.h | |
parent | 3bb16ffcf545d079651b941b85dc2e3a4c1358f8 (diff) | |
download | perl-218fdd94f8d5c3dbbf5dc8db8ab55a53057164a1.tar.gz |
MULTIPLICITY fixups
Message-Id: <011205223453.8122e@DUPHY4.Physics.Drexel.Edu>
p4raw-id: //depot/perl@13484
Diffstat (limited to 'vms/vmsish.h')
-rw-r--r-- | vms/vmsish.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/vms/vmsish.h b/vms/vmsish.h index 573f254cb8..093ea69dff 100644 --- a/vms/vmsish.h +++ b/vms/vmsish.h @@ -299,11 +299,9 @@ struct interp_intern { int hushed; float inv_rand_max; - struct dsc$descriptor_s VMScmd; }; #define VMSISH_HUSHED (PL_sys_intern.hushed) #define MY_INV_RAND_MAX (PL_sys_intern.inv_rand_max) -#define VMSCMD (PL_sys_intern.VMScmd) /* Flags for vmstrnenv() */ #define PERL__TRNENV_SECURE 0x01 |