From 210bef19ef5ecc794d7e3d637d66ff0447801697 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Sun, 27 Feb 2005 19:05:24 +0000 Subject: [PATCH] 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 --- include/llvm/Support/MutexGuard.h | 4 ++-- include/llvm/Support/ThreadSupport.h.in | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) 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