OK, in addition to changing the use_64bitint symbol name to use64bitint
in [.vms]subconfigure.com I found that I had to put this logic reversal
into [.vms]vms.c.  Could someone take a close careful look at this?

Thank you.

--- vms/vms.c;1 Fri Mar  3 02:48:20 2000
+++ vms/vms.c   Fri Mar  3 13:55:44 2000
@@ -4650,9 +4650,12 @@
   if (retsts == SS$_ACCONFLICT) {
     return TRUE;
   }
-  _ckvmssts(retsts);
+/* hacking for DECC 6.0 - pvhp
+  _ckvmssts(retsts); 
+ */
 
-  return FALSE;  /* Should never get here */
+  return TRUE; /* hacking - pvhp */
+/*  return FALSE;  /* Should never get here */
 
 }  /* end of cando_by_name() */
 /*}}}*/
End of evil hackery.


Does vmsperl _need_ this?  I'll try to get to the DECC 5.3 box eventually.

Peter Prymmer


Reply via email to