commit | 0c3c8959a3b87b0965755ec84ed48af1fe0cbb31 | [log] [tgz] |
---|---|---|
author | Roger Meier <roger@apache.org> | Mon Aug 22 21:38:16 2011 +0000 |
committer | Roger Meier <roger@apache.org> | Mon Aug 22 21:38:16 2011 +0000 |
tree | 92a1c336176eaff17fa58906c1e933835e2a6671 | |
parent | da9c6e1aba082e0026a636685f1401c1fe3d97a5 [diff] [blame] |
THRIFT-1274 Making * a known symbol git-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@1160451 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/compiler/cpp/src/thriftl.ll b/compiler/cpp/src/thriftl.ll index c3d577e..af033d6 100644 --- a/compiler/cpp/src/thriftl.ll +++ b/compiler/cpp/src/thriftl.ll
@@ -108,6 +108,7 @@ {unixcomment} { /* do nothing */ } {symbol} { return yytext[0]; } +"*" { return yytext[0]; } "namespace" { return tok_namespace; } "cpp_namespace" { return tok_cpp_namespace; }