improve error message
This commit is contained in:
parent
ef8c70c7af
commit
ef74226993
1 changed files with 1 additions and 1 deletions
|
@ -532,7 +532,7 @@ static void WrappedCallPragma (StrBuf* B)
|
|||
/* Skip the following comma */
|
||||
if (!GetComma (B)) {
|
||||
/* Error already flagged by GetComma */
|
||||
Error ("Value required for wrapped-call identifier");
|
||||
Error ("Value or the word 'bank' required for wrapped-call identifier");
|
||||
goto ExitPoint;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue