commit | d000b241a43e50157938e056b9fa0f7d88f099df | [log] [tgz] |
---|---|---|
author | Jens Geyer <jensg@apache.org> | 周日 4月 13 21:58:47 2014 +0200 |
committer | Jens Geyer <jensg@apache.org> | 周日 4月 13 21:59:51 2014 +0200 |
tree | 0d2e380d311e5a4914fe80611d3f653d3799d40a | |
parent | 645c420b64fac217694e616d0cce6ceed4620177 [diff] [blame] |
THRIFT-2449 Enhance typedef structure to distinguish between forwards and real typedefs Client: General Compiler, Delphi Patch: Jens Geyer
diff --git a/compiler/cpp/src/thrifty.yy b/compiler/cpp/src/thrifty.yy index e2467df..edb05f9 100644 --- a/compiler/cpp/src/thrifty.yy +++ b/compiler/cpp/src/thrifty.yy
@@ -1092,7 +1092,7 @@ declared. Either way allow it and we'll figure it out during generation. */ - $$ = new t_typedef(g_program, $1); + $$ = new t_typedef(g_program, $1, true); } } }