summaryrefslogtreecommitdiff
path: root/vms/vmsish.h
diff options
context:
space:
mode:
Diffstat (limited to 'vms/vmsish.h')
-rw-r--r--vms/vmsish.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/vms/vmsish.h b/vms/vmsish.h
index 093ea69dff..ddc8b96749 100644
--- a/vms/vmsish.h
+++ b/vms/vmsish.h
@@ -298,7 +298,7 @@
#define HAVE_INTERP_INTERN
struct interp_intern {
int hushed;
- float inv_rand_max;
+ double inv_rand_max;
};
#define VMSISH_HUSHED (PL_sys_intern.hushed)
#define MY_INV_RAND_MAX (PL_sys_intern.inv_rand_max)