From abdcc5079d9fa5eb96ee144095e7be5f13bfd67d Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Fri, 22 Feb 2013 18:07:08 +1100 Subject: Longer name for new errorlist lexer state. --- lexers/LexOthers.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lexers') diff --git a/lexers/LexOthers.cxx b/lexers/LexOthers.cxx index d73b86f00..829978180 100644 --- a/lexers/LexOthers.cxx +++ b/lexers/LexOthers.cxx @@ -945,7 +945,7 @@ static int RecogniseErrorListLine(const char *lineBuffer, unsigned int lengthLin } else if (strstart(lineBuffer, "In file included from ") || strstart(lineBuffer, " from ")) { // GCC showing include path to following error - return SCE_ERR_FROM; + return SCE_ERR_GCC_INCLUDED_FROM; } else { // Look for one of the following formats: // GCC: :: -- cgit v1.2.3