summaryrefslogtreecommitdiff
path: root/src/type1/t1errors.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/type1/t1errors.h')
-rw-r--r--src/type1/t1errors.h9
1 files changed, 2 insertions, 7 deletions
diff --git a/src/type1/t1errors.h b/src/type1/t1errors.h
index cf5c8b689..90f65e60f 100644
--- a/src/type1/t1errors.h
+++ b/src/type1/t1errors.h
@@ -29,13 +29,8 @@
#undef __FTERRORS_H__
-#define FT_ERRORDEF_( e, v, s ) \
- FT_ERRORDEF( T1_Err_ ## e, v + FT_Mod_Err_Type1, s )
-#define FT_NOERRORDEF_( e, v, s ) \
- FT_ERRORDEF( T1_Err_ ## e, v, s )
-
-#define FT_ERROR_START_LIST enum {
-#define FT_ERROR_END_LIST T1_Err_Max };
+#define FT_ERR_PREFIX T1_Err_
+#define FT_ERR_BASE FT_Mod_Err_Type1
#include FT_ERRORS_H