And I really hate line endings.
authorMichael J. Spencer <bigcheesegs@gmail.com>
Fri, 3 Dec 2010 18:04:11 +0000 (18:04 +0000)
committerMichael J. Spencer <bigcheesegs@gmail.com>
Fri, 3 Dec 2010 18:04:11 +0000 (18:04 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@120821 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Support/Windows/PathV2.inc

index 5b2e288f816ae6dd18fb080a03f8477f932c6fcf..da5e8b60bd00fc971c25c38bc9878c6c9825984b 100644 (file)
@@ -24,9 +24,9 @@
 #include <sys/types.h>
 
 // MinGW doesn't define this.
-#ifndef _ERRNO_T_DEFINED\r
-#define _ERRNO_T_DEFINED\r
-typedef int errno_t;\r
+#ifndef _ERRNO_T_DEFINED
+#define _ERRNO_T_DEFINED
+typedef int errno_t;
 #endif
 
 using namespace llvm;