[llvm-commits] CVS: llvm/lib/AsmParser/ParserInternals.h

Chris Lattner lattner at cs.uiuc.edu
Fri Sep 13 17:26:07 PDT 2002


Changes in directory llvm/lib/AsmParser:

ParserInternals.h updated: 1.27 -> 1.28

---
Log message:


include/llvm/DataTypes.h includes this #define so we don't need it anymore


---
Diffs of the changes:

Index: llvm/lib/AsmParser/ParserInternals.h
diff -u llvm/lib/AsmParser/ParserInternals.h:1.27 llvm/lib/AsmParser/ParserInternals.h:1.28
--- llvm/lib/AsmParser/ParserInternals.h:1.27	Fri Aug 16 16:14:40 2002
+++ llvm/lib/AsmParser/ParserInternals.h	Fri Sep 13 17:25:00 2002
@@ -8,8 +8,6 @@
 #ifndef PARSER_INTERNALS_H
 #define PARSER_INTERNALS_H
 
-#define __STDC_LIMIT_MACROS
-#include "llvm/BasicBlock.h"
 #include "llvm/Constants.h"
 #include "llvm/iOther.h"
 #include "llvm/Function.h"





More information about the llvm-commits mailing list