Skip to content

Commit

Permalink
[fix] compilation fix for Opa v0.9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Aqua-Ye committed May 12, 2012
1 parent 7594742 commit c8a6bc8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions Makefile
Expand Up @@ -4,6 +4,7 @@
.PHONY: doc

OPA=opa
OPAOPT=--parser classic
OPADOC=opadoc

tictactopa=tictactopa.opack
Expand Down
2 changes: 1 addition & 1 deletion src/server_implementation.opa
Expand Up @@ -53,7 +53,7 @@ type S.implementation.state = {
* everywhere in the grid.
**/
generate_date(): Multitub.message.date =
date = Random.int(max_int)
date = Random.int(Limits.max_int)
date

/**
Expand Down

0 comments on commit c8a6bc8

Please sign in to comment.