| commit | 9125cd55db81cd4269ea998e0aa724b93e89ccf4 | [log] [tgz] |
|---|---|---|
| author | Cristy <urban-warrior@imagemagick.org> | Thu Sep 17 20:16:13 2015 -0400 |
| committer | Cristy <urban-warrior@imagemagick.org> | Thu Sep 17 20:16:13 2015 -0400 |
| tree | f66c6a021ed41151c680efa87c41d306b1466513 | |
| parent | 6692e16732301d796e9d0b33f86b55146e88ff02 [diff] [blame] |
http://www.imagemagick.org/discourse-server/viewtopic.php?f=2&t=28359
diff --git a/MagickCore/string.c b/MagickCore/string.c old mode 100644 new mode 100755 index b82fa84..ab19463 --- a/MagickCore/string.c +++ b/MagickCore/string.c
@@ -60,6 +60,9 @@ /* static declarations. */ +#ifdef __VMS +#define asciimap AsciiMap +#endif #if !defined(MAGICKCORE_HAVE_STRCASECMP) || !defined(MAGICKCORE_HAVE_STRNCASECMP) static const unsigned char AsciiMap[] =