Skip to content
This repository has been archived by the owner on Jun 9, 2018. It is now read-only.

Commit

Permalink
library Math/Rand was renamed
Browse files Browse the repository at this point in the history
  • Loading branch information
fperrad committed Feb 28, 2009
1 parent cc9fcad commit ba30fe2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/runtime/wmlslang.pir
Expand Up @@ -19,7 +19,7 @@ See "WMLScript Standard Libraries Specification", section 7 "Lang".
.loadlib 'wmls_ops'

.sub '__onload' :load :init
load_bytecode 'Math/rand.pir'
load_bytecode 'Math/Rand.pir'
$P0 = get_hll_namespace ['Math'; 'Rand']
$P1 = get_namespace
$P2 = split ' ', 'rand srand RAND_MAX'
Expand Down

0 comments on commit ba30fe2

Please sign in to comment.