summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Build/source/utils/asymptote/runmath.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/Build/source/utils/asymptote/runmath.cc b/Build/source/utils/asymptote/runmath.cc
index 2d4c3abdf4b..071e92b00a9 100644
--- a/Build/source/utils/asymptote/runmath.cc
+++ b/Build/source/utils/asymptote/runmath.cc
@@ -205,7 +205,7 @@ void gen_runmath6(stack *Stack)
void gen_runmath7(stack *Stack)
{
#line 117 "runmath.in"
- {Stack->push<real>(((real) random())/RAND_MAX); return;}
+ {Stack->push<real>(((real) random())/RANDOM_MAX); return;}
}
#line 121 "runmath.in"