Changed most "backticks" (grave accents) into apostrophes.
Quotations that are embraced by tick marks now look better, in most fonts.
This commit is contained in:
@@ -407,12 +407,12 @@ long GetExprVal (ExprNode* Expr)
|
||||
Error ("Argument for .BANK is not segment relative or too complex");
|
||||
}
|
||||
if (D.Seg->MemArea == 0) {
|
||||
Error ("Segment `%s' is referenced by .BANK but "
|
||||
Error ("Segment '%s' is referenced by .BANK but "
|
||||
"not assigned to a memory area",
|
||||
GetString (D.Seg->Name));
|
||||
}
|
||||
if (D.Seg->MemArea->BankExpr == 0) {
|
||||
Error ("Memory area `%s' is referenced by .BANK but "
|
||||
Error ("Memory area '%s' is referenced by .BANK but "
|
||||
"has no BANK attribute",
|
||||
GetString (D.Seg->MemArea->Name));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user