Changeset 6885 for ImageMagick/trunk/MagickWand/studio.h
- Timestamp:
- 02/18/12 16:34:08 (15 months ago)
- File:
-
- 1 edited
-
ImageMagick/trunk/MagickWand/studio.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
ImageMagick/trunk/MagickWand/studio.h
r6881 r6885 262 262 #endif 263 263 264 #if defined(MAGICKCORE_HAVE___A TTRIBUTE__)264 #if defined(MAGICKCORE_HAVE___ALLOC_SIZE__) 265 265 # define wand_alloc_size(x) __attribute__((__alloc_size__(x))) 266 266 # define wand_alloc_sizes(x,y) __attribute__((__alloc_size__(x,y))) … … 269 269 #else 270 270 # define wand_alloc_size(x) /* nothing */ 271 # define wand_alloc_sizes(x ) /* nothing */271 # define wand_alloc_sizes(x,y) /* nothing */ 272 272 # define wand_cold 273 273 # define wand_hot
Note: See TracChangeset
for help on using the changeset viewer.
