diff --git a/include/freetype/config/ftconfig.h b/include/freetype/config/ftconfig.h index 2e80022ed..a25cbe500 100644 --- a/include/freetype/config/ftconfig.h +++ b/include/freetype/config/ftconfig.h @@ -188,7 +188,7 @@ #endif #ifndef EXPORT_VAR -#define EXPORT_VAR(x) extern x +#define EXPORT_VAR(x) extern x #endif #endif /* FTCONFIG_H */ diff --git a/src/base/ftgrays.c b/src/base/ftgrays.c index 261b72bdb..67ef667e1 100644 --- a/src/base/ftgrays.c +++ b/src/base/ftgrays.c @@ -47,10 +47,7 @@ /* */ #include - -#if 1 #include /* for memcpy */ -#endif #define ErrRaster_Invalid_Outline -1