Remove suggestions from parser that we support "char"

This commit is contained in:
Matt Pharr
2011-10-07 16:20:55 -07:00
parent b8768ffdfa
commit f5391747b9
2 changed files with 2 additions and 3 deletions

1
lex.ll
View File

@@ -85,7 +85,6 @@ cbreak { return TOKEN_CBREAK; }
ccontinue { return TOKEN_CCONTINUE; }
cdo { return TOKEN_CDO; }
cfor { return TOKEN_CFOR; }
char { return TOKEN_CHAR; }
cif { return TOKEN_CIF; }
cwhile { return TOKEN_CWHILE; }
const { return TOKEN_CONST; }