[llvm-commits] CVS: llvm/lib/AsmParser/Lexer.l
John Criswell
criswell at choi.cs.uiuc.edu
Mon Jun 23 14:08:46 PDT 2003
Changes in directory llvm/lib/AsmParser:
Lexer.l updated: 1.34 -> 1.34.2.1
---
Log message:
Initial autoconf checkin.
---
Diffs of the changes:
Index: llvm/lib/AsmParser/Lexer.l
diff -u llvm/lib/AsmParser/Lexer.l:1.34 llvm/lib/AsmParser/Lexer.l:1.34.2.1
--- llvm/lib/AsmParser/Lexer.l:1.34 Wed May 7 21:44:01 2003
+++ llvm/lib/AsmParser/Lexer.l Mon Jun 23 14:07:01 2003
@@ -23,7 +23,7 @@
#include <list>
#include "llvmAsmParser.h"
#include <ctype.h>
-#include <stdlib.h>
+#include "Config/stdlib.h"
#define RET_TOK(type, Enum, sym) \
llvmAsmlval.type = Instruction::Enum; return sym
More information about the llvm-commits
mailing list