summaryrefslogtreecommitdiff
path: root/Utilities/cmliblzma/config.h.in
diff options
context:
space:
mode:
Diffstat (limited to 'Utilities/cmliblzma/config.h.in')
-rw-r--r--Utilities/cmliblzma/config.h.in6
1 files changed, 2 insertions, 4 deletions
diff --git a/Utilities/cmliblzma/config.h.in b/Utilities/cmliblzma/config.h.in
index 9c53150bfb..7ad70c6216 100644
--- a/Utilities/cmliblzma/config.h.in
+++ b/Utilities/cmliblzma/config.h.in
@@ -189,12 +189,10 @@ typedef uint64_t uintmax_t;
#ifndef HAVE_RESTRICT
# ifdef HAVE___RESTRICT
-# define LZMA_RESTRICT __restrict
+# define restrict __restrict
# else
-# define LZMA_RESTRICT
+# define restrict
# endif
-#else
-# define LZMA_RESTRICT restrict
#endif /* HAVE_RESTRICT */
#ifndef HAVE_INLINE