[llvm-commits] CVS: llvm/projects/Stacker/tools/stkrc/stkrc.cpp
Nate Begeman
natebegeman at mac.com
Sun Aug 29 15:01:28 PDT 2004
Changes in directory llvm/projects/Stacker/tools/stkrc:
stkrc.cpp updated: 1.4 -> 1.5
---
Log message:
RemoveFileOnSignal is now in sys:: namespace
---
Diffs of the changes: (+1 -1)
Index: llvm/projects/Stacker/tools/stkrc/stkrc.cpp
diff -u llvm/projects/Stacker/tools/stkrc/stkrc.cpp:1.4 llvm/projects/Stacker/tools/stkrc/stkrc.cpp:1.5
--- llvm/projects/Stacker/tools/stkrc/stkrc.cpp:1.4 Sat Jul 10 18:35:46 2004
+++ llvm/projects/Stacker/tools/stkrc/stkrc.cpp Sun Aug 29 17:01:17 2004
@@ -135,7 +135,7 @@
Out = new std::ofstream(OutputFilename.c_str());
// Make sure that the Out file gets unlinked from the disk if we get a
// SIGINT
- RemoveFileOnSignal(OutputFilename);
+ sys::RemoveFileOnSignal(OutputFilename);
}
}
More information about the llvm-commits
mailing list