diff options
author | Michael J. Spencer <bigcheesegs@gmail.com> | 2010-12-03 18:04:11 +0000 |
---|---|---|
committer | Michael J. Spencer <bigcheesegs@gmail.com> | 2010-12-03 18:04:11 +0000 |
commit | b39e33f39b8acae92cf1b1722db13da037c69fa9 (patch) | |
tree | 162417350e8e4fb0cf3f07715006d3deaf05bd76 | |
parent | af45fc005b7b08c066094ed2763c297d9d3c0895 (diff) | |
download | external_llvm-b39e33f39b8acae92cf1b1722db13da037c69fa9.zip external_llvm-b39e33f39b8acae92cf1b1722db13da037c69fa9.tar.gz external_llvm-b39e33f39b8acae92cf1b1722db13da037c69fa9.tar.bz2 |
And I really hate line endings.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@120821 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | lib/Support/Windows/PathV2.inc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/Support/Windows/PathV2.inc b/lib/Support/Windows/PathV2.inc index 5b2e288..da5e8b6 100644 --- a/lib/Support/Windows/PathV2.inc +++ b/lib/Support/Windows/PathV2.inc @@ -24,9 +24,9 @@ #include <sys/types.h> // MinGW doesn't define this. -#ifndef _ERRNO_T_DEFINED
-#define _ERRNO_T_DEFINED
-typedef int errno_t;
+#ifndef _ERRNO_T_DEFINED +#define _ERRNO_T_DEFINED +typedef int errno_t; #endif using namespace llvm; |