[llvm-commits] CVS: llvm/include/llvm/System/Signals.h
Chris Lattner
lattner at cs.uiuc.edu
Thu May 27 00:33:05 PDT 2004
Changes in directory llvm/include/llvm/System:
Signals.h updated: 1.9 -> 1.10
---
Log message:
Moved header from include/Support/ to include/llvm/System
---
Diffs of the changes: (+3 -3)
Index: llvm/include/llvm/System/Signals.h
diff -u llvm/include/llvm/System/Signals.h:1.9 llvm/include/llvm/System/Signals.h:1.10
--- llvm/include/llvm/System/Signals.h:1.9 Thu Feb 19 14:03:08 2004
+++ llvm/include/llvm/System/Signals.h Thu May 27 00:30:18 2004
@@ -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>
More information about the llvm-commits
mailing list