summaryrefslogtreecommitdiff
path: root/src/gzip
diff options
context:
space:
mode:
authorVinnie Falco <vinnie.falco@gmail.com>2012-03-08 06:04:03 +0100
committerWerner Lemberg <wl@gnu.org>2012-03-08 06:04:03 +0100
commit26dfeb6d63940f1068cd482b7f506289eea5bafa (patch)
tree1b46cbc7f303adf0e43c97292a3e8ac1679dce0f /src/gzip
parent8a2b444db1d3e65f979db79cb7fda1bc97488ee5 (diff)
downloadfreetype2-26dfeb6d63940f1068cd482b7f506289eea5bafa.tar.gz
Prepare source code for amalgamation.
* src\autofit\aferrors.h, src\bdf\bdferror.h, src\bzip2\ftbzip2.c, src\cache\ftcerror.h, src\cff\cfferrs.h, src\cid\ciderrs.h, src\gxvalid\gxverror.h, src\gzip\ftgzip.c, src\lzw\ftlzw.c, src\otvalid\otverror.h, src\pcf\pcferror.h, src\pfr\pfrerror.h, src\psaux\psauxerr.h, src\pshinter\pshnterr.h, src\psnames\psnamerr.h, src\raster\rasterrs.h, src\sfnt\sferrors.h, src\smooth\ftsmerrs.h, src\truetype\tterrors.h, src\type1\t1errors.h, src\type42\t42error.h, src\winfonts\fnterrs.h: Add #undef FT_ERR_PREFIX before #define FT_ERR_PREFIX.
Diffstat (limited to 'src/gzip')
-rw-r--r--src/gzip/ftgzip.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/gzip/ftgzip.c b/src/gzip/ftgzip.c
index dbba3ef5f..f3d2ef94f 100644
--- a/src/gzip/ftgzip.c
+++ b/src/gzip/ftgzip.c
@@ -8,7 +8,7 @@
/* parse compressed PCF fonts, as found with many X11 server */
/* distributions. */
/* */
-/* Copyright 2002-2006, 2009-2011 by */
+/* Copyright 2002-2006, 2009-2012 by */
/* David Turner, Robert Wilhelm, and Werner Lemberg. */
/* */
/* This file is part of the FreeType project, and may only be used, */
@@ -32,6 +32,7 @@
#undef __FTERRORS_H__
+#undef FT_ERR_PREFIX
#define FT_ERR_PREFIX Gzip_Err_
#define FT_ERR_BASE FT_Mod_Err_Gzip