keyword restrict -> VISUALC

Pro Turm <[email protected]> Fri, 11 Dec 2020 23:56:55 +0100
Newsgroups gmane.comp.video.graphicsmagick.help
Message-ID <CADC9rU9+0EZaK3B-nquhj_2mswm+n_H96UBp7vfUtfR3h80RaQ@mail.gmail.com>
It seems the following code can be removed:
nt_base.h

// Visual C++ does not usually seem to support the C'99 restrict keyword
// Maybe it will be added in some version.
#if defined(_VISUALC_)  /* && (_MSC_VER <= 1500) */
#  define restrict /* nothing */
#endif

magick_config.h
/* Define to the equivalent of the C99 'restrict' keyword, or to
   nothing if this is not supported.  Do not define if restrict is
   supported directly.  */
#define restrict __restrict

_______________________________________________
Graphicsmagick-help mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/graphicsmagick-help