include/share/compat.h : Remove deinition of restrict.
Wasn't being used anywhere in the code and clashes with a symbol in MSVC. Suggested-by: lvqcl <lvqcl.mail@gmail.com>
This commit is contained in:
parent
deb209906c
commit
3ece67d71f
@ -73,10 +73,6 @@
|
||||
#endif
|
||||
|
||||
#if defined(_MSC_VER)
|
||||
#if _MSC_VER < 1500
|
||||
/* Visual Studio 2008 has restrict. */
|
||||
#define restrict __restrict
|
||||
#endif
|
||||
#define inline __inline
|
||||
#endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user