aboutsummaryrefslogtreecommitdiff
path: root/tools/llvmc/ConfigLexer.l
diff options
context:
space:
mode:
Diffstat (limited to 'tools/llvmc/ConfigLexer.l')
-rw-r--r--tools/llvmc/ConfigLexer.l2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/llvmc/ConfigLexer.l b/tools/llvmc/ConfigLexer.l
index ca21f4f64d..34b9a17de1 100644
--- a/tools/llvmc/ConfigLexer.l
+++ b/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;