From 210bef19ef5ecc794d7e3d637d66ff0447801697 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Sun, 27 Feb 2005 19:05:24 +0000 Subject: 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 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include/llvm/Support/MutexGuard.h') diff --git a/include/llvm/Support/MutexGuard.h b/include/llvm/Support/MutexGuard.h index 427e0c3a22..bed1a9cec7 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 -- cgit v1.2.3