From bcbf61bcb9d7dfa91f65f1f74f68780cd15033e2 Mon Sep 17 00:00:00 2001 From: Gurusamy Sarathy Date: Mon, 6 Mar 2000 14:55:08 +0000 Subject: 64-bit build fix on VMS (from Dan Sugalski) p4raw-id: //depot/perl@5579 --- vms/subconfigure.com | 3 +++ 1 file changed, 3 insertions(+) (limited to 'vms/subconfigure.com') diff --git a/vms/subconfigure.com b/vms/subconfigure.com index 5c1c4a3f71..6dbe4d02b4 100644 --- a/vms/subconfigure.com +++ b/vms/subconfigure.com @@ -3544,11 +3544,14 @@ $ type = "''perl_i64type'" $ size_name = "i64size" $ gosub type_size_check $ perl_i64size="''line'" +$ perl_ivtype="''perl_i64type'" $ $ type = "''perl_u64type'" $ size_name = "u64size" $ gosub type_size_check $ perl_u64size="''line'" +$ perl_uvtype="''perl_u64type'" +$ perl_nvtype="long double" $ Else $ perl_i64size="undef" $ perl_u64size="undef" -- cgit v1.2.1