/[freetype]/freetype2/src/base/ftcalc.c
ViewVC logotype

Diff of /freetype2/src/base/ftcalc.c

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

revision 1.65 by wl, Sat Nov 12 07:34:40 2005 UTC revision 1.66 by wl, Sat Nov 12 17:07:11 2005 UTC
# Line 99  Line 99 
99    }    }
100    
101    
102    #if 0
103    
104    /* documentation is in ftcalc.h */    /* documentation is in ftcalc.h */
105    
106    FT_EXPORT_DEF( FT_Int32 )    FT_EXPORT_DEF( FT_Int32 )
# Line 128  Line 130 
130      return root;      return root;
131    }    }
132    
133    #endif /* 0 */
134    
135    
136  #ifdef FT_LONG64  #ifdef FT_LONG64
137    
# Line 293  Line 297 
297    }    }
298    
299    
300    /* documentation is in ftcalc.h */    static void
   
   FT_EXPORT_DEF( void )  
301    FT_Add64( FT_Int64*  x,    FT_Add64( FT_Int64*  x,
302              FT_Int64*  y,              FT_Int64*  y,
303              FT_Int64  *z )              FT_Int64  *z )
# Line 526  Line 528 
528    }    }
529    
530    
531    /* documentation is in ftcalc.h */  #if 0
532    
533    /* apparently, the second version of this code is not compiled correctly */    /* apparently, the second version of this code is not compiled correctly */
534    /* on Mac machines with the MPW C compiler..  tsss, tsss, tss...         */    /* on Mac machines with the MPW C compiler..  tsk, tsk, tsk...         */
535    
536  #if 1  #if 1
537    
# Line 621  Line 623 
623    
624  #endif /* 0 */  #endif /* 0 */
625    
626    #endif /* 0 */
627    
628    
629  #endif /* FT_LONG64 */  #endif /* FT_LONG64 */
630    

Legend:
Removed from v.1.65  
changed lines
  Added in v.1.66

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