X-Git-Url: http://git.nguyen.vg/gitweb/?a=blobdiff_plain;ds=sidebyside;f=src%2Fmisc.ml;fp=src%2Fmisc.ml;h=dc14fdddff77ea5d253311a728639267ad5e9ff6;hb=24436e93ca6e35ce6a5c7ba4db894035f8fd7e31;hp=65c3a0ec309bdd72cbaf4f81cdb330d5b7623fc2;hpb=077801b69291925b0ce0ff30e36b1061488ed853;p=tatoo.git diff --git a/src/misc.ml b/src/misc.ml index 65c3a0e..dc14fdd 100644 --- a/src/misc.ml +++ b/src/misc.ml @@ -45,3 +45,5 @@ struct let x1, y1 = p1 and x2, y2 = p2 in X.equal x1 x2 && Y.equal y1 y2 end + +external int_of_bool : bool -> int = "%identity"