]> git.pld-linux.org Git - packages/DevIL.git/blame - gcc5.patch
- drop use of 'restrict' keywork
[packages/DevIL.git] / gcc5.patch
CommitLineData
6de980dc
JR
1--- DevIL-1.7.8/devil-1.7.8/include/IL/il.h~ 2016-05-29 21:20:26.000000000 +0200
2+++ DevIL-1.7.8/devil-1.7.8/include/IL/il.h 2016-05-29 21:20:43.592020762 +0200
3@@ -63,13 +63,8 @@
4 #endif
5 #endif
6
7-#ifdef RESTRICT_KEYWORD
8-#define RESTRICT restrict
9-#define CONST_RESTRICT const restrict
10-#else
11 #define RESTRICT
12 #define CONST_RESTRICT const
13-#endif
14
15 #include <stdio.h>
16
This page took 0.049929 seconds and 4 git commands to generate.