[smooth] Fix stand-alone compilation.

* src/smooth/ftgrays.c (FT_BEGIN_STMNT, FT_END_STMNT): Define.
This commit is contained in:
David Weber 2014-04-13 15:41:13 +02:00 committed by Werner Lemberg
parent 8a94b1efd6
commit 7630787a6a
2 changed files with 9 additions and 0 deletions

View File

@ -1,3 +1,9 @@
2014-04-13 David Weber <weber.aulendorf@googlemail.com>
[smooth] Fix stand-alone compilation.
* src/smooth/ftgrays.c (FT_BEGIN_STMNT, FT_END_STMNT): Define.
2014-04-12 Werner Lemberg <wl@gnu.org>
[autofit] Redesign the recognition algorithm of strong points.

View File

@ -98,6 +98,9 @@
#define FT_ERR_XCAT( x, y ) x ## y
#define FT_ERR_CAT( x, y ) FT_ERR_XCAT( x, y )
#define FT_BEGIN_STMNT do {
#define FT_END_STMNT } while ( 0 )
/* define this to dump debugging information */
/* #define FT_DEBUG_LEVEL_TRACE */