blob: 67591744852e01e423798904fdbf66e5d56d332f (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- openjpeg/libopenjpeg/opj_includes.h.orig 2012-02-13 08:48:33.000000000 +0900
+++ openjpeg/libopenjpeg/opj_includes.h 2012-02-13 08:50:41.000000000 +0900
@@ -77,7 +77,7 @@
#endif /* INLINE */
/* Are restricted pointers available? (C99) */
-#if (__STDC_VERSION__ != 199901L)
+#if defined(__STDC_VERSION__) && (__STDC_VERSION__ != 199901L)
/* Not a C99 compiler */
#ifdef __GNUC__
#define restrict __restrict__
|