]> gitweb.factorcode.org Git - factor.git/blobdiff - native/error.h
complex numbers in native factor, all of test suite except html and httpd tests runs...
[factor.git] / native / error.h
index def830d0d76f52555f0de83c3eaafefa0c277e57..2a05135959931261043c5088cde825bbd093fd57 100644 (file)
@@ -3,11 +3,11 @@
 #define ERROR_TYPE (2<<3)
 #define ERROR_RANGE (3<<3)
 #define ERROR_UNDERFLOW (4<<3)
-#define ERROR_BAD_PRIMITIVE (5<<3)
-#define ERROR_HANDLE_INCOMPAT (6<<3)
-#define ERROR_IO (7<<3)
-#define ERROR_OVERFLOW (8<<3)
-#define ERROR_INCOMPARABLE (9<<3)
+#define ERROR_HANDLE_INCOMPAT (5<<3)
+#define ERROR_IO (6<<3)
+#define ERROR_OVERFLOW (7<<3)
+#define ERROR_INCOMPARABLE (8<<3)
+#define ERROR_FLOAT_FORMAT (9<<3)
 
 void fatal_error(char* msg, CELL tagged);
 void critical_error(char* msg, CELL tagged);