From 3ece67d71f153695a02b37f65cd9bf2593d332da Mon Sep 17 00:00:00 2001 From: Erik de Castro Lopo Date: Sun, 1 Sep 2013 10:32:48 +1000 Subject: [PATCH] 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 --- include/share/compat.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/include/share/compat.h b/include/share/compat.h index 222de658..022dc45b 100644 --- a/include/share/compat.h +++ b/include/share/compat.h @@ -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