- Timestamp:
- Jan 17, 2009, 10:45:05 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/poppler/freetype2/include/freetype/config/ftstdlib.h
r251 r262 6 6 /* only). */ 7 7 /* */ 8 /* Copyright 2002, 2003, 2004, 2005, 2006, 2007 by*/8 /* Copyright 2002, 2003, 2004, 2005, 2006, 2007, 2009 by */ 9 9 /* David Turner, Robert Wilhelm, and Werner Lemberg. */ 10 10 /* */ … … 54 54 /* In these case, `ftconfig.h' will refuse to compile anyway with a */ 55 55 /* message like `couldn't find 32-bit type' or something similar. */ 56 /* */57 /* IMPORTANT NOTE: We do not define aliases for heap management and */58 /* i/o routines (i.e. malloc/free/fopen/fread/...) */59 /* since these functions should all be encapsulated */60 /* by platform-specific implementations of */61 /* `ftsystem.c'. */62 56 /* */ 63 57 /**********************************************************************/ … … 125 119 #define ft_qsort qsort 126 120 127 #define ft_exit exit /* only used to exit from unhandled exceptions */128 129 121 130 122 /**********************************************************************/
Note: See TracChangeset
for help on using the changeset viewer.