Working on the new parser

git-svn-id: svn://svn.cc65.org/cc65/trunk@291 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
cuz
2000-08-20 09:25:47 +00:00
parent 7e59a882c5
commit 64dac7e7b7
5 changed files with 331 additions and 22 deletions

View File

@@ -121,7 +121,7 @@ static char* ErrMsg [ERR_COUNT-1] = {
"Too many initializers",
"Cannot initialize incomplete type",
"Cannot subscript",
"Operation not allowed on these types",
"Operation not allowed with this type of argument",
"Struct expected",
"Struct/union has no field named `%s'",
"Struct pointer expected",