]> gitweb.factorcode.org Git - factor.git/blobdiff - core/kernel/kernel.factor
VM: Three new special objects added to keep track of the builds version number, git...
[factor.git] / core / kernel / kernel.factor
index 5ef3cfe6b59132242865d83857d2b15b7c5d12eb..9eecbb2a027e43ba76d612100832fc88e661dede 100644 (file)
@@ -352,6 +352,11 @@ CONSTANT: OBJ-WAITING-CALLBACKS 73
 
 CONSTANT: OBJ-SIGNAL-PIPE 74
 
+CONSTANT: OBJ-VM-COMPILE-TIME 75
+
+CONSTANT: OBJ-VERSION 76
+CONSTANT: OBJ-GIT-LABEL 77
+
 ! Context object count and identifiers must be kept in sync with:
 !   vm/contexts.hpp