ref: d50941dc8c64b9e25c4e3b621168da00650daad5
parent: c136b409eb0a9a9e5ffeb27ee0488ea4c7e0f09b
author: David Turner <[email protected]>
date: Thu May 4 21:36:56 EDT 2000
fixed a compilation problem that occurred with the LCC C pre-processor. really minor
--- a/src/type1z/t1load.c
+++ b/src/type1z/t1load.c
@@ -83,7 +83,7 @@
/* each callback is in charge of loading a value and storing it in a */
/* given field of the Type 1 face.. */
-#define PARSE_(x) static void parse_##x##( T1_Face face, T1_Loader* loader )
+#define PARSE_(x) static void parse_##x ( T1_Face face, T1_Loader* loader )
#define PARSE_STRING(s,x) PARSE_(x) \
{ \