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:
9f8361f
)
Take brackets out of cpp_type bit
author
Mark Slee
<mcslee@apache.org>
Fri, 9 Feb 2007 21:55:44 +0000
(21:55 +0000)
committer
Mark Slee
<mcslee@apache.org>
Fri, 9 Feb 2007 21:55:44 +0000
(21:55 +0000)
Reviewed By: aditya
git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@664996
13f79535
-47bb-0310-9956-
ffa450edef68
compiler/cpp/src/thrifty.yy
patch
|
blob
|
history
diff --git
a/compiler/cpp/src/thrifty.yy
b/compiler/cpp/src/thrifty.yy
index
519f20d
..
019fb9d
100644
(file)
--- a/
compiler/cpp/src/thrifty.yy
+++ b/
compiler/cpp/src/thrifty.yy
@@
-876,9
+876,9
@@
ListType:
}
CppType:
- '[' tok_cpp_type tok_literal ']'
+ tok_cpp_type tok_literal
{
- $$ = $
3
;
+ $$ = $
2
;
}
|
{