Check for macro redefinitions that are not identical and flag them as an

error.


git-svn-id: svn://svn.cc65.org/cc65/trunk@357 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
cuz
2000-10-10 21:20:34 +00:00
parent 1174e5dbe3
commit 04c9e1e3c7
6 changed files with 48 additions and 4 deletions

View File

@@ -94,6 +94,7 @@ static char* ErrMsg [ERR_COUNT-1] = {
"Too few arguments in function call",
"Macro argument count mismatch",
"Duplicate macro parameter: %s",
"Macro redefinition is not identical",
"Variable identifier expected",
"Integer expression expected",
"Constant expression expected",