From 2a77df33f00b4a3dff3b748bf5f48a8b68152ba7 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Thu, 12 Dec 2002 03:43:30 +0000 Subject: [PATCH] Fix header git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@4966 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/Support/Signals.h | 3 ++- include/llvm/System/Signals.h | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/include/Support/Signals.h b/include/Support/Signals.h index 34e55b651f7..1445bd461db 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 + diff --git a/include/llvm/System/Signals.h b/include/llvm/System/Signals.h index 34e55b651f7..1445bd461db 100644 --- a/include/llvm/System/Signals.h +++ b/include/llvm/System/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 +