From d9986db782d6cf0f314342127280519339378fa0 Mon Sep 17 00:00:00 2001 From: Lasse Collin Date: Fri, 14 May 2010 23:17:20 +0300 Subject: Omit lzma_restrict from the API headers. It isn't really useful so omitting it makes things shorter and slightly more readable. --- src/liblzma/api/lzma.h | 12 ------------ 1 file changed, 12 deletions(-) (limited to 'src/liblzma/api/lzma.h') diff --git a/src/liblzma/api/lzma.h b/src/liblzma/api/lzma.h index 5be9b4e3..84279211 100644 --- a/src/liblzma/api/lzma.h +++ b/src/liblzma/api/lzma.h @@ -232,10 +232,6 @@ #if __GNUC__ >= 3 # ifndef lzma_attribute # define lzma_attribute(attr) __attribute__(attr) -# endif - -# ifndef lzma_restrict -# define lzma_restrict __restrict__ # endif /* warn_unused_result was added in GCC 3.4. */ @@ -249,14 +245,6 @@ # ifndef lzma_attribute # define lzma_attribute(attr) # endif - -# ifndef lzma_restrict -# if __STDC_VERSION__ >= 199901L -# define lzma_restrict restrict -# else -# define lzma_restrict -# endif -# endif #endif -- cgit v1.2.3