From d50941dc8c64b9e25c4e3b621168da00650daad5 Mon Sep 17 00:00:00 2001 From: David Turner Date: Fri, 5 May 2000 01:36:56 +0000 Subject: [PATCH] fixed a compilation problem that occurred with the LCC C pre-processor. really minor --- src/type1z/t1load.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/type1z/t1load.c b/src/type1z/t1load.c index 447894c28..3e4ef921e 100644 --- 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) \ { \