summaryrefslogtreecommitdiffstats
path: root/llvm/tools/llvmc/ConfigLexer.l
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/tools/llvmc/ConfigLexer.l')
-rw-r--r--llvm/tools/llvmc/ConfigLexer.l2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/tools/llvmc/ConfigLexer.l b/llvm/tools/llvmc/ConfigLexer.l
index ca21f4f64d2..34b9a17de18 100644
--- a/llvm/tools/llvmc/ConfigLexer.l
+++ b/llvm/tools/llvmc/ConfigLexer.l
@@ -64,7 +64,7 @@ handleSubstitution(llvm::ConfigLexerTokens token) {
}
YY_FATAL_ERROR("Substitition tokens not allowed in names" );
return ERRORTOK;
-};
+}
inline llvm::ConfigLexerTokens handleValueContext(llvm::ConfigLexerTokens token) {
ConfigLexerState.StringVal = yytext;
OpenPOWER on IntegriCloud