/[freetype]/freetype2/builds/amiga/src/base/ftdebug.c
ViewVC logotype

Diff of /freetype2/builds/amiga/src/base/ftdebug.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.10 by wl, Wed Jun 8 11:56:55 2005 UTC revision 1.11 by tetisoft, Thu Nov 17 16:28:40 2005 UTC
# Line 74  extern struct DOSIFace *IDOS; Line 74  extern struct DOSIFace *IDOS;
74    
75    /* documentation is in ftdebug.h */    /* documentation is in ftdebug.h */
76    
77    FT_EXPORT_DEF( void )    FT_BASE_DEF( void )
78    FT_Message( const char*  fmt, ... )    FT_Message( const char*  fmt, ... )
79    {    {
80      va_list  ap;      va_list  ap;
# Line 89  extern struct DOSIFace *IDOS; Line 89  extern struct DOSIFace *IDOS;
89    
90    /* documentation is in ftdebug.h */    /* documentation is in ftdebug.h */
91    
92    FT_EXPORT_DEF( void )    FT_BASE_DEF( void )
93    FT_Panic( const char*  fmt, ... )    FT_Panic( const char*  fmt, ... )
94    {    {
95      va_list  ap;      va_list  ap;
# Line 127  extern struct DOSIFace *IDOS; Line 127  extern struct DOSIFace *IDOS;
127    
128    /* documentation is in ftdebug.h */    /* documentation is in ftdebug.h */
129    
130    FT_EXPORT_DEF( FT_Int )    FT_BASE_DEF( FT_Int )
131    FT_Trace_Get_Count( void )    FT_Trace_Get_Count( void )
132    {    {
133      return trace_count;      return trace_count;
# Line 136  extern struct DOSIFace *IDOS; Line 136  extern struct DOSIFace *IDOS;
136    
137    /* documentation is in ftdebug.h */    /* documentation is in ftdebug.h */
138    
139    FT_EXPORT_DEF( const char * )    FT_BASE_DEF( const char * )
140    FT_Trace_Get_Name( FT_Int  idx )    FT_Trace_Get_Name( FT_Int  idx )
141    {    {
142      int  max = FT_Trace_Get_Count();      int  max = FT_Trace_Get_Count();
# Line 253  extern struct DOSIFace *IDOS; Line 253  extern struct DOSIFace *IDOS;
253    }    }
254    
255    
256    FT_EXPORT_DEF( FT_Int )    FT_BASE_DEF( FT_Int )
257    FT_Trace_Get_Count( void )    FT_Trace_Get_Count( void )
258    {    {
259      return 0;      return 0;
260    }    }
261    
262    
263    FT_EXPORT_DEF( const char * )    FT_BASE_DEF( const char * )
264    FT_Trace_Get_Name( FT_Int  idx )    FT_Trace_Get_Name( FT_Int  idx )
265    {    {
266      FT_UNUSED( idx );      FT_UNUSED( idx );

Legend:
Removed from v.1.10  
changed lines
  Added in v.1.11

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26