Changeset 262 for trunk/poppler/freetype2/src/autofit/aftypes.h
- Timestamp:
- Jan 17, 2009, 10:45:05 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/poppler/freetype2/src/autofit/aftypes.h
r251 r262 5 5 /* Auto-fitter types (specification only). */ 6 6 /* */ 7 /* Copyright 2003, 2004, 2005, 2006, 2007, 2008 by*/7 /* Copyright 2003, 2004, 2005, 2006, 2007, 2008, 2009 by */ 8 8 /* David Turner, Robert Wilhelm, and Werner Lemberg. */ 9 9 /* */ … … 59 59 #ifdef AF_DEBUG 60 60 61 #include <stdio.h> 61 #include FT_CONFIG_STANDARD_LIBRARY_H 62 62 63 #define AF_LOG( x ) do { if ( _af_debug ) printf x; } while ( 0 ) 63 64 … … 70 71 #else /* !AF_DEBUG */ 71 72 72 #define AF_LOG( x ) do ;while ( 0 ) /* nothing */73 #define AF_LOG( x ) do { } while ( 0 ) /* nothing */ 73 74 74 75 #endif /* !AF_DEBUG */
Note: See TracChangeset
for help on using the changeset viewer.