diff options
Diffstat (limited to 'tools/llvmc/ConfigLexer.l.cvs')
-rw-r--r-- | tools/llvmc/ConfigLexer.l.cvs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/llvmc/ConfigLexer.l.cvs b/tools/llvmc/ConfigLexer.l.cvs index ca21f4f64d..34b9a17de1 100644 --- a/tools/llvmc/ConfigLexer.l.cvs +++ b/tools/llvmc/ConfigLexer.l.cvs @@ -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; |