projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d895ffe
)
Moved header from include/Support/ to include/llvm/System
author
Chris Lattner
<sabre@nondot.org>
Thu, 27 May 2004 05:30:18 +0000
(
05:30
+0000)
committer
Chris Lattner
<sabre@nondot.org>
Thu, 27 May 2004 05:30:18 +0000
(
05:30
+0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@13810
91177308
-0d34-0410-b5e6-
96231b3b80d8
include/llvm/System/Signals.h
patch
|
blob
|
history
diff --git
a/include/llvm/System/Signals.h
b/include/llvm/System/Signals.h
index 211cf111be26445bda9564376fa9194c5765f08f..ebec15ea1da73be8fa6a4516ecce342ebd818e67 100644
(file)
--- a/
include/llvm/System/Signals.h
+++ b/
include/llvm/System/Signals.h
@@
-1,4
+1,4
@@
-//===-
Support/Signals.h - Signal Handling support ----
----------*- C++ -*-===//
+//===-
llvm/System/Signals.h - Signal Handling support
----------*- C++ -*-===//
//
// The LLVM Compiler Infrastructure
//
@@
-12,8
+12,8
@@
//
//===----------------------------------------------------------------------===//
-#ifndef
SUPPORT
_SIGNALS_H
-#define
SUPPORT
_SIGNALS_H
+#ifndef
LLVM_SYSTEM
_SIGNALS_H
+#define
LLVM_SYSTEM
_SIGNALS_H
#include <string>