egcs-2.91.66 seems to lack __restrict
This commit is contained in:
@ -10,7 +10,7 @@
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if !defined(restrict) && __STDC_VERSION__ < 199901
|
#if !defined(restrict) && __STDC_VERSION__ < 199901
|
||||||
#if __GNUC__ > 2 || __GNUC_MINOR__ >= 91 // maybe 92 or 95 ?
|
#if __GNUC__ > 2 || __GNUC_MINOR__ >= 92 // maybe 92 or 95 ?
|
||||||
#define restrict __restrict__
|
#define restrict __restrict__
|
||||||
#else
|
#else
|
||||||
#warning No restrict keyword?
|
#warning No restrict keyword?
|
||||||
|
Reference in New Issue
Block a user