aboutsummaryrefslogtreecommitdiffhomepage
path: root/lexers/LexOthers.cxx
diff options
context:
space:
mode:
authornyamatongwe <unknown>2013-02-22 18:07:08 +1100
committernyamatongwe <unknown>2013-02-22 18:07:08 +1100
commita65a3b54310f5af97192598402046c288f9918d0 (patch)
tree09b6de3460079ac4f3f0c35242008aa17dc404a0 /lexers/LexOthers.cxx
parent050ec00a46f30ece18fdf732690f5897651e7809 (diff)
downloadscintilla-mirror-a65a3b54310f5af97192598402046c288f9918d0.tar.gz
Longer name for new errorlist lexer state.
Diffstat (limited to 'lexers/LexOthers.cxx')
-rw-r--r--lexers/LexOthers.cxx2
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>