summaryrefslogtreecommitdiff
path: root/Build
diff options
context:
space:
mode:
authorMojca Miklavec <mojca.miklavec@gmail.com>2014-05-21 23:44:10 +0000
committerMojca Miklavec <mojca.miklavec@gmail.com>2014-05-21 23:44:10 +0000
commit6de8694b3ca8ca89cc53dba030acdda58af160bc (patch)
tree7e5099b324a389b7eda27b381187df614fc41b9c /Build
parent880d7942e4490e2dce5cdf5644b4284efd02a373 (diff)
asymptote: also patch auto-generated file (r34169)
git-svn-id: svn://tug.org/texlive/trunk@34183 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build')
-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"