/[freetype]/freetype2/include/freetype/internal/ftmemory.h
ViewVC logotype

Diff of /freetype2/include/freetype/internal/ftmemory.h

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

revision 1.31 by werner, Mon Dec 13 23:16:59 2004 UTC revision 1.32 by freetype, Tue Feb 22 15:38:12 2005 UTC
# Line 260  FT_BEGIN_HEADER Line 260  FT_BEGIN_HEADER
260    
261  #define FT_ZERO( p )                FT_MEM_ZERO( p, sizeof ( *(p) ) )  #define FT_ZERO( p )                FT_MEM_ZERO( p, sizeof ( *(p) ) )
262    
263    #define FT_ARRAY_ZERO( dest, count )                               \
264              FT_MEM_ZERO( dest, (count)*sizeof( *(dest) ) )
265    
266  #define FT_ARRAY_COPY( dest, source, count )                       \  #define FT_ARRAY_COPY( dest, source, count )                       \
267            FT_MEM_COPY( dest, source, (count) * sizeof( *(dest) ) )            FT_MEM_COPY( dest, source, (count) * sizeof( *(dest) ) )
268    

Legend:
Removed from v.1.31  
changed lines
  Added in v.1.32

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