Code Review
/
common
/
thrift.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
da9c6e1
)
THRIFT-1274 Making * a known symbol
author
Roger Meier
<roger@apache.org>
Mon, 22 Aug 2011 21:38:16 +0000
(21:38 +0000)
committer
Roger Meier
<roger@apache.org>
Mon, 22 Aug 2011 21:38:16 +0000
(21:38 +0000)
git-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@
1160451
13f79535
-47bb-0310-9956-
ffa450edef68
compiler/cpp/src/thriftl.ll
patch
|
blob
|
history
diff --git
a/compiler/cpp/src/thriftl.ll
b/compiler/cpp/src/thriftl.ll
index
c3d577e
..
af033d6
100644
(file)
--- a/
compiler/cpp/src/thriftl.ll
+++ b/
compiler/cpp/src/thriftl.ll
@@
-108,6
+108,7
@@
literal_begin (['\"])
{unixcomment} { /* do nothing */ }
{symbol} { return yytext[0]; }
+"*" { return yytext[0]; }
"namespace" { return tok_namespace; }
"cpp_namespace" { return tok_cpp_namespace; }