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

Misha Brukman brukman at cs.uiuc.edu
Mon Jul 19 19:18:35 PDT 2004



Changes in directory llvm/include/Support:

StringExtras.h updated: 1.18 -> 1.19

---
Log message:

Dump the old-fashioned C-style <ctype.h> in favor of new `C++'-style <cctype>


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

Index: llvm/include/Support/StringExtras.h
diff -u llvm/include/Support/StringExtras.h:1.18 llvm/include/Support/StringExtras.h:1.19
--- llvm/include/Support/StringExtras.h:1.18	Mon Jul 19 19:52:16 2004
+++ llvm/include/Support/StringExtras.h	Mon Jul 19 21:18:25 2004
@@ -15,8 +15,8 @@
 #define SUPPORT_STRINGEXTRAS_H
 
 #include "Support/DataTypes.h"
+#include <cctype>
 #include <string>
-#include <ctype.h>
 #include <stdio.h>
 
 namespace llvm {





More information about the llvm-commits mailing list