]> gitweb.factorcode.org Git - factor.git/blobdiff - library/platform/native/errors.factor
some progress towards self hosting
[factor.git] / library / platform / native / errors.factor
index 344cfdf96310b10f46901c9a72c8472373047945..19c08005e44ecf621fea2fd04b9cfb4e92fe1427 100644 (file)
@@ -63,6 +63,7 @@ USE: vectors
         "Bad primitive: "
         "Incompatible handle: "
         "I/O error: "
+        "Overflow"
     ] ?nth ;
 
 : ?kernel-error ( cons -- error# param )