[llvm-commits] CVS: llvm/include/Support/Signals.h

Chris Lattner lattner at cs.uiuc.edu
Wed Dec 11 21:44:01 PST 2002


Changes in directory llvm/include/Support:

Signals.h updated: 1.1 -> 1.2

---
Log message:

Fix header


---
Diffs of the changes:

Index: llvm/include/Support/Signals.h
diff -u llvm/include/Support/Signals.h:1.1 llvm/include/Support/Signals.h:1.2
--- llvm/include/Support/Signals.h:1.1	Thu Apr 18 14:53:34 2002
+++ llvm/include/Support/Signals.h	Wed Dec 11 21:43:30 2002
@@ -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
+





More information about the llvm-commits mailing list