From 52efb8d7f43e85659bc84455361f8685a5f493ed Mon Sep 17 00:00:00 2001 From: Chris Robinson Date: Wed, 22 May 2013 15:11:39 -0700 Subject: Use restrict instead of RESTRICT --- config.h.in | 3 --- 1 file changed, 3 deletions(-) (limited to 'config.h.in') diff --git a/config.h.in b/config.h.in index 6f45fa84..9b6092fc 100644 --- a/config.h.in +++ b/config.h.in @@ -11,9 +11,6 @@ #define align(x) aligned(x) #endif -/* Define to the appropriate 'restrict' keyword */ -#define RESTRICT ${RESTRICT_DECL} - /* Define if we have the C11 aligned_alloc function */ #cmakedefine HAVE_ALIGNED_ALLOC -- cgit v1.2.3