Initialize translation tables
git-svn-id: svn://svn.cc65.org/cc65/trunk@327 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
@@ -79,6 +79,7 @@ static char* ErrMsg [ERR_COUNT-1] = {
|
||||
"`\"' expected",
|
||||
"`:' expected",
|
||||
"`;' expected",
|
||||
"`,' expected",
|
||||
"`(' expected",
|
||||
"`)' expected",
|
||||
"`[' expected",
|
||||
@@ -138,6 +139,7 @@ static char* ErrMsg [ERR_COUNT-1] = {
|
||||
"Illegal modifier",
|
||||
"Illegal type qualifier",
|
||||
"Illegal storage class",
|
||||
"Illegal attribute",
|
||||
"Illegal segment name: `%s'",
|
||||
"Division by zero",
|
||||
"Modulo operation with zero",
|
||||
|
||||
Reference in New Issue
Block a user