mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-04-08 09:43:20 +00:00
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
This commit is contained in:
parent
35c81b0b12
commit
210bef19ef
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user