aboutsummaryrefslogtreecommitdiffstats
path: root/include/Support
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2002-12-12 03:43:30 +0000
committerChris Lattner <sabre@nondot.org>2002-12-12 03:43:30 +0000
commit2a77df33f00b4a3dff3b748bf5f48a8b68152ba7 (patch)
tree6a3b41f97c3184e5e27515fcd8e8397576b1b83b /include/Support
parentd86deb689bfec6cd3f0f2a0003dbbf3214f3cd4d (diff)
downloadexternal_llvm-2a77df33f00b4a3dff3b748bf5f48a8b68152ba7.zip
external_llvm-2a77df33f00b4a3dff3b748bf5f48a8b68152ba7.tar.gz
external_llvm-2a77df33f00b4a3dff3b748bf5f48a8b68152ba7.tar.bz2
Fix header
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@4966 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/Support')
-rw-r--r--include/Support/Signals.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/Support/Signals.h b/include/Support/Signals.h
index 34e55b6..1445bd4 100644
--- a/include/Support/Signals.h
+++ b/include/Support/Signals.h
@@ -1,4 +1,4 @@
-//===- Support/Signals.h - Signal Handling support ---------------*- C++ -*--=//
+//===- Support/Signals.h - Signal Handling support -------------*- C++ -*-===//
//
// This file defines some helpful functions for dealing with the possibility of
// unix signals occuring while your program is running.
@@ -16,3 +16,4 @@
void RemoveFileOnSignal(const std::string &Filename);
#endif
+