[llvm-commits] CVS: llvm/include/Support/StringExtras.h
Misha Brukman
brukman at cs.uiuc.edu
Tue Jul 20 09:14:16 PDT 2004
Changes in directory llvm/include/Support:
StringExtras.h updated: 1.19 -> 1.20
---
Log message:
Use C++-style <cstdio> instead of C-style <stdio.h>
---
Diffs of the changes: (+1 -1)
Index: llvm/include/Support/StringExtras.h
diff -u llvm/include/Support/StringExtras.h:1.19 llvm/include/Support/StringExtras.h:1.20
--- llvm/include/Support/StringExtras.h:1.19 Mon Jul 19 21:18:25 2004
+++ llvm/include/Support/StringExtras.h Tue Jul 20 11:14:06 2004
@@ -16,8 +16,8 @@
#include "Support/DataTypes.h"
#include <cctype>
+#include <cstdio>
#include <string>
-#include <stdio.h>
namespace llvm {
More information about the llvm-commits
mailing list