File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
parser/proto_ast/org/antlr/codegen/templates/Cpp Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -278,6 +278,8 @@ headerFile( LEXER,
278
278
// (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
279
279
// THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
280
280
281
+ #include \<ydb/library/yql/parser/proto_ast/proto_ast.h>
282
+
281
283
/* =============================================================================
282
284
* Standard antlr3 C++ runtime definitions
283
285
*/
@@ -338,8 +340,6 @@ headerFile( LEXER,
338
340
<recognizer.grammar.delegators: {g|class <g.recognizerName>; }; separator="\n">
339
341
<endif>
340
342
341
- #include \<ydb/library/yql/parser/proto_ast/proto_ast.h>
342
-
343
343
namespace @LEXER_PARSER_NAMESPACE@ {
344
344
345
345
<if(LEXER)>
Original file line number Diff line number Diff line change @@ -379,7 +379,7 @@ namespace NSQLTranslationV1 {
379
379
return Ctx.Token (token);
380
380
}
381
381
382
- uint UnifiedToken (uint id) const {
382
+ ui32 UnifiedToken (ui32 id) const {
383
383
return Ctx.Settings .Antlr4Parser + (id << 16 );
384
384
}
385
385
You can’t perform that action at this time.
0 commit comments