Skip to content

Commit

Permalink
Corrections bugs libnum (Avril 2013)
Browse files Browse the repository at this point in the history
  • Loading branch information
FBoisson committed May 17, 2013
1 parent 7d9566b commit 70dd251
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion contrib/libnum/big_int.ml
Expand Up @@ -10,7 +10,7 @@
#open "fchar";;
#open "pair";;
#open "int_misc";;
#open "nat";;
#open "fnat";;

type big_int =
{ Sign : int;
Expand Down
1 change: 1 addition & 0 deletions contrib/libnum/nat_stubs.c
Expand Up @@ -4,6 +4,7 @@
#include "mlvalues.h"
#include "alloc.h"
#include "nat.h"
#include "memory.h"

/* For debugging. */
#define Assert(cond,msg) /**/
Expand Down

0 comments on commit 70dd251

Please sign in to comment.