summaryrefslogtreecommitdiff
path: root/src/autohint/aherrors.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/autohint/aherrors.h')
-rw-r--r--src/autohint/aherrors.h9
1 files changed, 2 insertions, 7 deletions
diff --git a/src/autohint/aherrors.h b/src/autohint/aherrors.h
index b236a64e8..0965d1f94 100644
--- a/src/autohint/aherrors.h
+++ b/src/autohint/aherrors.h
@@ -30,13 +30,8 @@
#undef __FTERRORS_H__
-#define FT_ERRORDEF_( e, v, s ) \
- FT_ERRORDEF( AH_Err_ ## e, v + FT_Mod_Err_Autohint, s )
-#define FT_NOERRORDEF_( e, v, s ) \
- FT_ERRORDEF( AH_Err_ ## e, v, s )
-
-#define FT_ERROR_START_LIST enum {
-#define FT_ERROR_END_LIST AH_Err_Max };
+#define FT_ERR_PREFIX AH_Err_
+#define FT_ERR_BASE FT_Mod_Err_Autohint
#include FT_ERRORS_H