summaryrefslogtreecommitdiff
path: root/src/otvalid
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/otvalid
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/otvalid')
-rw-r--r--src/otvalid/otverror.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/otvalid/otverror.h b/src/otvalid/otverror.h
index 041b53836..522f4a200 100644
--- a/src/otvalid/otverror.h
+++ b/src/otvalid/otverror.h
@@ -4,7 +4,7 @@
/* */
/* OpenType validation module error codes (specification only). */
/* */
-/* Copyright 2004, 2005 by */
+/* Copyright 2004, 2005, 2012 by */
/* David Turner, Robert Wilhelm, and Werner Lemberg. */
/* */
/* This file is part of the FreeType project, and may only be used, */
@@ -30,6 +30,7 @@
#undef __FTERRORS_H__
+#undef FT_ERR_PREFIX
#define FT_ERR_PREFIX OTV_Err_
#define FT_ERR_BASE FT_Mod_Err_OTvalid