summaryrefslogtreecommitdiff
path: root/devel/libgraphqlparser/files/patch-parser.ypp
blob: ad8224f75d6710b46f07a4570af3747ea253c348 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
--- parser.ypp.orig	2017-10-16 21:39:41 UTC
+++ parser.ypp
@@ -7,12 +7,12 @@
  * of patent rights can be found in the PATENTS file in the same directory.
  */
 
-%require "3"
+%require "3.0"
 
 %skeleton "lalr1.cc"
 
 %defines
-%define parser_class_name {GraphQLParserImpl}
+%define api.parser.class {GraphQLParserImpl}
 
 %define api.token.prefix {TOK_}