mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-08-14 10:00:43 +00:00
Fix a non-break space in a patch (Closes: #913213)
This commit is contained in:
parent
0fdafd9637
commit
ad14469028
6
debian/changelog
vendored
6
debian/changelog
vendored
@ -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
|
||||
|
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user