summaryrefslogtreecommitdiff
path: root/perlapi.h
diff options
context:
space:
mode:
authorCharles Lane <lane@DUPHY4.Physics.Drexel.Edu>2001-10-17 05:10:53 -0400
committerJarkko Hietaniemi <jhi@iki.fi>2001-10-18 12:17:16 +0000
commitbb6f4497de510b4ef8ece50af67246912d14fb8e (patch)
tree6f7e45279f9b70493fc324eee0140ec7233f16bf /perlapi.h
parentfd7b6849d7cf47f2fe101ad9761adae57a573493 (diff)
downloadperl-bb6f4497de510b4ef8ece50af67246912d14fb8e.tar.gz
try#2: [proposed PATCH Perl@12401] ieee floats, rand() & old systems
Message-Id: <011017090944.15ad2e@DUPHY4.Physics.Drexel.Edu> p4raw-id: //depot/perl@12491
Diffstat (limited to 'perlapi.h')
-rw-r--r--perlapi.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/perlapi.h b/perlapi.h
index 325b3607a1..4d7a521aa8 100644
--- a/perlapi.h
+++ b/perlapi.h
@@ -923,6 +923,8 @@ END_EXTERN_C
#define PL_hexdigit (*Perl_Ghexdigit_ptr(NULL))
#undef PL_malloc_mutex
#define PL_malloc_mutex (*Perl_Gmalloc_mutex_ptr(NULL))
+#undef PL_my_inv_rand_max
+#define PL_my_inv_rand_max (*Perl_Gmy_inv_rand_max_ptr(NULL))
#undef PL_op_mutex
#define PL_op_mutex (*Perl_Gop_mutex_ptr(NULL))
#undef PL_patleave