Use line infos to output more verbose error and warning messages whenever
possible. git-svn-id: svn://svn.cc65.org/cc65/trunk@4950 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
@@ -510,9 +510,9 @@ static void StudySymbol (ExprNode* Expr, ExprDesc* D)
|
||||
if (Verbosity > 0) {
|
||||
DumpExpr (Expr, SymResolve);
|
||||
}
|
||||
PError (GetSymPos (Sym),
|
||||
"Circular reference in definition of symbol `%m%p'",
|
||||
GetSymName (Sym));
|
||||
LIError (&Sym->LineInfos,
|
||||
"Circular reference in definition of symbol `%m%p'",
|
||||
GetSymName (Sym));
|
||||
ED_Invalidate (D);
|
||||
} else {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user