Fix a non-break space in a patch (Closes: #913213)

This commit is contained in:
Sylvestre Ledru 2018-11-08 09:29:11 +01:00
parent 0fdafd9637
commit ad14469028
2 changed files with 7 additions and 1 deletions

6
debian/changelog vendored
View File

@ -1,3 +1,9 @@
llvm-toolchain-7 (1:7.0.1~+rc2-2) UNRELEASED; urgency=medium
* Fix a non-break space in a patch (Closes: #913213)
-- Sylvestre Ledru <sylvestre@debian.org> Thu, 08 Nov 2018 09:28:36 +0100
llvm-toolchain-7 (1:7.0.1~+rc2-1) unstable; urgency=medium
* Upload of 7.0.1 rc2 into unstable

View File

@ -35,7 +35,7 @@ Index: llvm-toolchain-7-7/clang/lib/Headers/limits.h
\*===----------------------------------------------------------------------===*/
-#ifndef __CLANG_LIMITS_H
+#if !defined(__CLANG_LIMITS_H) || !defined(_LIBC_LIMITS_H_)
+#if !defined(__CLANG_LIMITS_H) || !defined(_LIBC_LIMITS_H_)
#define __CLANG_LIMITS_H
/* The system's limits.h may, in turn, try to #include_next GCC's limits.h.