[compiler-rt] r183873 - Fix broken header guard.

Richard Trieu rtrieu at google.com
Wed Jun 12 15:37:23 PDT 2013


Author: rtrieu
Date: Wed Jun 12 17:37:22 2013
New Revision: 183873

URL: http://llvm.org/viewvc/llvm-project?rev=183873&view=rev
Log:
Fix broken header guard.

Modified:
    compiler-rt/trunk/lib/asan/asan_mac.h

Modified: compiler-rt/trunk/lib/asan/asan_mac.h
URL: http://llvm.org/viewvc/llvm-project/compiler-rt/trunk/lib/asan/asan_mac.h?rev=183873&r1=183872&r2=183873&view=diff
==============================================================================
--- compiler-rt/trunk/lib/asan/asan_mac.h (original)
+++ compiler-rt/trunk/lib/asan/asan_mac.h Wed Jun 12 17:37:22 2013
@@ -12,7 +12,7 @@
 // Mac-specific ASan definitions.
 //===----------------------------------------------------------------------===//
 #ifndef ASAN_MAC_H
-#define ASAN__MAC_H
+#define ASAN_MAC_H
 
 // CF_RC_BITS, the layout of CFRuntimeBase and __CFStrIsConstant are internal
 // and subject to change in further CoreFoundation versions. Apple does not





More information about the llvm-commits mailing list