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

Chris Lattner lattner at cs.uiuc.edu
Tue Dec 30 22:43:02 PST 2003


Changes in directory llvm/include/Support:

Signals.h updated: 1.7 -> 1.8

---
Log message:

doxygenify



---
Diffs of the changes:  (+4 -4)

Index: llvm/include/Support/Signals.h
diff -u llvm/include/Support/Signals.h:1.7 llvm/include/Support/Signals.h:1.8
--- llvm/include/Support/Signals.h:1.7	Tue Nov 11 16:41:29 2003
+++ llvm/include/Support/Signals.h	Tue Dec 30 22:42:00 2003
@@ -19,10 +19,10 @@
 
 namespace llvm {
 
-// RemoveFileOnSignal - This function registers signal handlers to ensure that
-// if a signal gets delivered that the named file is removed.
-//
-void RemoveFileOnSignal(const std::string &Filename);
+  /// RemoveFileOnSignal - This function registers signal handlers to ensure
+  /// that if a signal gets delivered that the named file is removed.
+  ///
+  void RemoveFileOnSignal(const std::string &Filename);
 
 } // End llvm namespace
 





More information about the llvm-commits mailing list