]> gitweb.factorcode.org Git - factor.git/blobdiff - native/error.h
Factor jEdit plugin!
[factor.git] / native / error.h
index 57d3be328bf102301632c572510e898ce1deef41..def830d0d76f52555f0de83c3eaafefa0c277e57 100644 (file)
@@ -7,6 +7,7 @@
 #define ERROR_HANDLE_INCOMPAT (6<<3)
 #define ERROR_IO (7<<3)
 #define ERROR_OVERFLOW (8<<3)
+#define ERROR_INCOMPARABLE (9<<3)
 
 void fatal_error(char* msg, CELL tagged);
 void critical_error(char* msg, CELL tagged);