[llvm-commits] CVS: llvm/utils/TableGen/Record.h

Chris Lattner lattner at cs.uiuc.edu
Fri Jul 25 12:34:42 PDT 2003


Changes in directory llvm/utils/TableGen:

Record.h updated: 1.9 -> 1.10

---
Log message:

Use C++ headers, not C headers


---
Diffs of the changes:

Index: llvm/utils/TableGen/Record.h
diff -u llvm/utils/TableGen/Record.h:1.9 llvm/utils/TableGen/Record.h:1.10
--- llvm/utils/TableGen/Record.h:1.9	Wed Jun 11 09:17:21 2003
+++ llvm/utils/TableGen/Record.h	Fri Jul 25 12:32:51 2003
@@ -10,7 +10,7 @@
 #include <vector>
 #include <map>
 #include <iostream>
-#include <assert.h>
+#include <cassert>
 
 class Init;
 class UnsetInit;





More information about the llvm-commits mailing list