projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
854f9c4
)
Include <cctype> and <cstdlib> instead of <ctype.h> and "Config/stdlib.h".
author
Brian Gaeke
<gaeke@uiuc.edu>
Fri, 10 Oct 2003 19:12:08 +0000
(19:12 +0000)
committer
Brian Gaeke
<gaeke@uiuc.edu>
Fri, 10 Oct 2003 19:12:08 +0000
(19:12 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9036
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/AsmParser/Lexer.l
patch
|
blob
|
history
diff --git
a/lib/AsmParser/Lexer.l
b/lib/AsmParser/Lexer.l
index 0a9d2c3e8f9b49762496b54e3bf6547d2f63d046..6c03d029be9a4b7a72d5c487b6c588c065f2921e 100644
(file)
--- a/
lib/AsmParser/Lexer.l
+++ b/
lib/AsmParser/Lexer.l
@@
-22,8
+22,8
@@
#include "llvm/Module.h"
#include <list>
#include "llvmAsmParser.h"
-#include <c
type.h
>
-#include
"Config/stdlib.h"
+#include <c
ctype
>
+#include
<cstdlib>
#define RET_TOK(type, Enum, sym) \
llvmAsmlval.type = Instruction::Enum; return sym