From: Chris Lattner Date: Sun, 27 Feb 2005 19:05:24 +0000 (+0000) Subject: Rename include guard, patch contributed by Evan Jones! X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=210bef19ef5ecc794d7e3d637d66ff0447801697;p=oota-llvm.git Rename include guard, patch contributed by Evan Jones! git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@20353 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/llvm/Support/MutexGuard.h b/include/llvm/Support/MutexGuard.h index 427e0c3a220..bed1a9cec7a 100644 --- a/include/llvm/Support/MutexGuard.h +++ b/include/llvm/Support/MutexGuard.h @@ -14,8 +14,8 @@ // //===----------------------------------------------------------------------===// -#ifndef SUPPORT_THREADSUPPORT_H -#define SUPPORT_THREADSUPPORT_H +#ifndef LLVM_SUPPORT_THREADSUPPORT_H +#define LLVM_SUPPORT_THREADSUPPORT_H #undef HAVE_PTHREAD_MUTEX_LOCK diff --git a/include/llvm/Support/ThreadSupport.h.in b/include/llvm/Support/ThreadSupport.h.in index 427e0c3a220..bed1a9cec7a 100644 --- a/include/llvm/Support/ThreadSupport.h.in +++ b/include/llvm/Support/ThreadSupport.h.in @@ -14,8 +14,8 @@ // //===----------------------------------------------------------------------===// -#ifndef SUPPORT_THREADSUPPORT_H -#define SUPPORT_THREADSUPPORT_H +#ifndef LLVM_SUPPORT_THREADSUPPORT_H +#define LLVM_SUPPORT_THREADSUPPORT_H #undef HAVE_PTHREAD_MUTEX_LOCK