diff options
| author | nyamatongwe <devnull@localhost> | 2013-02-22 18:07:08 +1100 | 
|---|---|---|
| committer | nyamatongwe <devnull@localhost> | 2013-02-22 18:07:08 +1100 | 
| commit | abdcc5079d9fa5eb96ee144095e7be5f13bfd67d (patch) | |
| tree | 08ac9379e3218324a11b6deba2d86a6493e6dd32 /lexers/LexOthers.cxx | |
| parent | 18e16eec6d4a66f9d9a365e2498ab511e56b6a97 (diff) | |
| download | scintilla-mirror-abdcc5079d9fa5eb96ee144095e7be5f13bfd67d.tar.gz | |
Longer name for new errorlist lexer state.
Diffstat (limited to 'lexers/LexOthers.cxx')
| -rw-r--r-- | lexers/LexOthers.cxx | 2 | 
1 files changed, 1 insertions, 1 deletions
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: <filename>:<line>:<message>  | 
