Index: src/cff/cffparse.h |
diff --git a/src/cff/cffparse.h b/src/cff/cffparse.h |
index 7e2c00a0449c8cbd99d9dcc30efaf14ef6f81a09..61d91ed2e2d3912d4d6c944d54d7d0770bd34e13 100644 |
--- a/src/cff/cffparse.h |
+++ b/src/cff/cffparse.h |
@@ -4,7 +4,7 @@ |
/* */ |
/* CFF token stream parser (specification) */ |
/* */ |
-/* Copyright 1996-2001, 2002, 2003 by */ |
+/* Copyright 1996-2003, 2011 by */ |
/* David Turner, Robert Wilhelm, and Werner Lemberg. */ |
/* */ |
/* This file is part of the FreeType project, and may only be used, */ |
@@ -90,6 +90,10 @@ FT_BEGIN_HEADER |
FT_UInt array_max; |
FT_UInt count_offset; |
+#ifdef FT_DEBUG_LEVEL_TRACE |
+ const char* id; |
+#endif |
+ |
} CFF_Field_Handler; |