[llvm-commits] CVS: llvm/runtime/GCCLibraries/crtend/C++-Exception.cpp

Brian Gaeke gaeke at cs.uiuc.edu
Fri Oct 10 13:49:32 PDT 2003


Changes in directory llvm/runtime/GCCLibraries/crtend:

C++-Exception.cpp updated: 1.9 -> 1.10

---
Log message:

Include <cstdio> instead of <stdio.h>.


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

Index: llvm/runtime/GCCLibraries/crtend/C++-Exception.cpp
diff -u llvm/runtime/GCCLibraries/crtend/C++-Exception.cpp:1.9 llvm/runtime/GCCLibraries/crtend/C++-Exception.cpp:1.10
--- llvm/runtime/GCCLibraries/crtend/C++-Exception.cpp:1.9	Fri Oct 10 12:57:28 2003
+++ llvm/runtime/GCCLibraries/crtend/C++-Exception.cpp	Fri Oct 10 13:46:52 2003
@@ -14,7 +14,7 @@
 //#define DEBUG
 
 #ifdef DEBUG
-#include <stdio.h>
+#include <cstdio>
 #endif
 
 // LastCaughtException - The last exception caught by this handler.  This is for





More information about the llvm-commits mailing list