summaryrefslogtreecommitdiffstats
path: root/stdlib/obj.ml
diff options
context:
space:
mode:
Diffstat (limited to 'stdlib/obj.ml')
-rw-r--r--stdlib/obj.ml4
1 files changed, 4 insertions, 0 deletions
diff --git a/stdlib/obj.ml b/stdlib/obj.ml
index 42df136f7..94e2e711d 100644
--- a/stdlib/obj.ml
+++ b/stdlib/obj.ml
@@ -50,3 +50,7 @@ let double_tag = 253
let double_array_tag = 254
let custom_tag = 255
let final_tag = custom_tag
+
+
+let int_tag = 1000
+let out_of_heap_tag = 1001