summaryrefslogtreecommitdiff
path: root/lib/Support
diff options
context:
space:
mode:
authorMichael J. Spencer <bigcheesegs@gmail.com>2010-12-03 18:04:11 +0000
committerMichael J. Spencer <bigcheesegs@gmail.com>2010-12-03 18:04:11 +0000
commitb39e33f39b8acae92cf1b1722db13da037c69fa9 (patch)
tree162417350e8e4fb0cf3f07715006d3deaf05bd76 /lib/Support
parentaf45fc005b7b08c066094ed2763c297d9d3c0895 (diff)
downloadllvm-b39e33f39b8acae92cf1b1722db13da037c69fa9.tar.gz
llvm-b39e33f39b8acae92cf1b1722db13da037c69fa9.tar.bz2
llvm-b39e33f39b8acae92cf1b1722db13da037c69fa9.tar.xz
And I really hate line endings.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@120821 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Support')
-rw-r--r--lib/Support/Windows/PathV2.inc6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/Support/Windows/PathV2.inc b/lib/Support/Windows/PathV2.inc
index 5b2e288f81..da5e8b60bd 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;