/[freetype]/freetype2/src/truetype/ttinterp.c
ViewVC logotype

Diff of /freetype2/src/truetype/ttinterp.c

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

revision 1.75 by freetype, Tue Nov 15 17:30:56 2005 UTC revision 1.76 by wl, Wed Nov 16 18:09:27 2005 UTC
# Line 94  Line 94 
94    
95  #define CUR  (*exc)                             /* see ttobjs.h */  #define CUR  (*exc)                             /* see ttobjs.h */
96    
97  #define  FT_UNUSED_EXEC  FT_UNUSED(exc)    /*************************************************************************/
98      /*                                                                       */
99      /* This macro is used whenever `exec' is unused in a function, to avoid  */
100      /* stupid warnings from pedantic compilers.                              */
101      /*                                                                       */
102    #define FT_UNUSED_EXEC  FT_UNUSED( exc )
103    
104  #else                                           /* static implementation */  #else                                           /* static implementation */
105    
106  #define CUR  cur  #define CUR  cur
107    
108  #define  FT_UNUSED_EXEC  int  __dummy=__dummy  #define FT_UNUSED_EXEC  int  __dummy = __dummy
109    
110    static    static
111    TT_ExecContextRec  cur;   /* static exec. context variable */    TT_ExecContextRec  cur;   /* static exec. context variable */
# Line 120  Line 125 
125    
126    
127    /*************************************************************************/    /*************************************************************************/
   /*                                                                       */  
   /* This macro is used whenever `exec' is unused in a function, to avoid  */  
   /* stupid warnings from pedantic compilers.                              */  
   /*                                                                       */  
 /* #define FT_UNUSED_EXEC  FT_UNUSED( CUR ) */  
   
   
   /*************************************************************************/  
128    /*                                                                       */    /*                                                                       */
129    /* This macro is used whenever `args' is unused in a function, to avoid  */    /* This macro is used whenever `args' is unused in a function, to avoid  */
130    /* stupid warnings from pedantic compilers.                              */    /* stupid warnings from pedantic compilers.                              */

Legend:
Removed from v.1.75  
changed lines
  Added in v.1.76

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