Changeset 262 for trunk/poppler/freetype2/src/base/ftdbgmem.c
- Timestamp:
- Jan 17, 2009, 10:45:05 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/poppler/freetype2/src/base/ftdbgmem.c
r165 r262 5 5 /* Memory debugger (body). */ 6 6 /* */ 7 /* Copyright 2001, 2002, 2003, 2004, 2005, 2006 by*/7 /* Copyright 2001, 2002, 2003, 2004, 2005, 2006, 2009 by */ 8 8 /* David Turner, Robert Wilhelm, and Werner Lemberg. */ 9 9 /* */ … … 34 34 */ 35 35 36 #include <stdio.h> 37 #include <stdlib.h> 36 #include FT_CONFIG_STANDARD_LIBRARY_H 38 37 39 38 FT_BASE_DEF( const char* ) _ft_debug_file = 0; … … 991 990 992 991 /* ANSI C doesn't like empty source files */ 993 const FT_Byte _debug_mem_dummy = 0;992 static const FT_Byte _debug_mem_dummy = 0; 994 993 995 994 #endif /* !FT_DEBUG_MEMORY */
Note: See TracChangeset
for help on using the changeset viewer.