Changeset 603 for ImageMagick/trunk/wand
- Timestamp:
- 11/17/09 20:09:38 (4 months ago)
- Location:
- ImageMagick/trunk/wand
- Files:
-
- 2 modified
Legend:
- Unmodified
- Added
- Removed
-
ImageMagick/trunk/wand/mogrify.c
r586 r603 222 222 } 223 223 timer=DestroyTimerInfo(timer); 224 return(status == MagickFalse ? 0 : 1);224 return(status); 225 225 } 226 226 -
ImageMagick/trunk/wand/studio.h
r541 r603 232 232 233 233 #if !defined(wand_attribute) 234 # if !defined(__GNUC__)234 # if (!defined(__GNUC__) || (__GNUC__ < 2 || __STRICT_ANSI__)) 235 235 # define wand_attribute(x) /* nothing */ 236 236 # else
