From: Alex Rozenman Date: Sat, 5 Sep 2009 10:16:45 +0000 (+0300) Subject: Use "Unresolved reference" error message when no symbols were found X-Git-Tag: v2.5_rc1~169 X-Git-Url: https://git.saurik.com/bison.git/commitdiff_plain/14e568d74425e5111429e05fb1036f043b59bed4?hp=14e568d74425e5111429e05fb1036f043b59bed4 Use "Unresolved reference" error message when no symbols were found in a symbolic reference resolution. Remove .expr and -expr from the shown reference when the reference is unresolved. * src/scan-code.l: Change the error message, adjust location columns, rename variable "exact_mode" to "explicit_bracketing". * tests/named-ref.at: Adjust existing tests and add a new one. ---