Ignore:
Timestamp:
02/18/12 16:34:08 (15 months ago)
Author:
cristy
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • ImageMagick/trunk/MagickWand/studio.h

    r6881 r6885  
    262262#endif 
    263263 
    264 #if defined(MAGICKCORE_HAVE___ATTRIBUTE__) 
     264#if defined(MAGICKCORE_HAVE___ALLOC_SIZE__) 
    265265#  define wand_alloc_size(x)  __attribute__((__alloc_size__(x))) 
    266266#  define wand_alloc_sizes(x,y)  __attribute__((__alloc_size__(x,y))) 
     
    269269#else 
    270270#  define wand_alloc_size(x)  /* nothing */ 
    271 #  define wand_alloc_sizes(x)  /* nothing */ 
     271#  define wand_alloc_sizes(x,y)  /* nothing */ 
    272272#  define wand_cold 
    273273#  define wand_hot 
Note: See TracChangeset for help on using the changeset viewer.