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;        }