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

Jeff Cohen jeffc at jolt-lang.org
Tue Dec 21 07:40:52 PST 2004



Changes in directory llvm/include/llvm/Support:

SystemUtils.h updated: 1.16 -> 1.17
---
Log message:

Fix VC++ compilation error

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

Index: llvm/include/llvm/Support/SystemUtils.h
diff -u llvm/include/llvm/Support/SystemUtils.h:1.16 llvm/include/llvm/Support/SystemUtils.h:1.17
--- llvm/include/llvm/Support/SystemUtils.h:1.16	Sun Dec 19 11:59:33 2004
+++ llvm/include/llvm/Support/SystemUtils.h	Tue Dec 21 09:40:41 2004
@@ -34,7 +34,7 @@
 /// RunProgramWithTimeout - This function provides an alternate interface to the
 /// sys::Program::ExecuteAndWait interface.
 /// @see sys:Program::ExecuteAndWait
-inline int llvm::RunProgramWithTimeout(const sys::Path &ProgramPath,
+inline int RunProgramWithTimeout(const sys::Path &ProgramPath,
                                 const char **Args,
                                 const sys::Path &StdInFile,
                                 const sys::Path &StdOutFile,






More information about the llvm-commits mailing list