summaryrefslogtreecommitdiff
path: root/src/cid/cidgload.h
diff options
context:
space:
mode:
authorWerner Lemberg <wl@gnu.org>2000-12-12 22:28:12 +0000
committerWerner Lemberg <wl@gnu.org>2000-12-12 22:28:12 +0000
commitd5c1b27d58c4308745338cb0f3f710d6c1549982 (patch)
treefa9da3c4d5bbac9b6c614284d55a0e168a87aa1f /src/cid/cidgload.h
parent4978d04e5f87d388b5463e7dafc65144a4731654 (diff)
downloadfreetype2-d5c1b27d58c4308745338cb0f3f710d6c1549982.tar.gz
* include/freetype/config/ft2build.h (FT2_ROOT, FT2_CONFIG_ROOT):
Removed. ANSI C doesn't (explicitly) allow macro expansion in arguments using `##'. (FT2_PUBLIC_FILE, FT2_CONFIG_FILE, FT2_INTERNAL_FILE): Use directory names directly. Make them configurable. Use `##' to strip leading and trailing spaces from arguments. * builds/unix/ft2unix.h: Adapted. * src/base/ftsystem.c (ft_alloc, ft_realloc, ft_free, ft_io_stream, ft_close_stream): Use FT_CALLBACK_DEF. * builds/unix/ftsystem.c: Use new header scheme. (FT_Done_Memory): Use free() from FT_Memory structure. * src/base/ftinit.c, src/base/ftmac.c: Header scheme fixes. * include/freetype/config/ft2build.h (FT2_CONFIG_ROOT, FT2_PUBLIC_FILE, FT2_CONFIG_FILE, FT2_INTERNAL_FILE, FT_SOURCE_FILE): Use `##' operator to be really ANSI C compliant.
Diffstat (limited to 'src/cid/cidgload.h')
-rw-r--r--src/cid/cidgload.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cid/cidgload.h b/src/cid/cidgload.h
index a894d97f3..e0a30c69d 100644
--- a/src/cid/cidgload.h
+++ b/src/cid/cidgload.h
@@ -21,7 +21,7 @@
#include <ft2build.h>
-#include FT_SOURCE_FILE(cid,cidobjs.h)
+#include FT_SOURCE_FILE( cid, cidobjs.h )
FT_BEGIN_HEADER