mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-08 06:48:28 +00:00
7e90d9bac7
Changelog: https://www.contextfreeart.org/downloads.html Reported by: diizzy PR: 270205
12 lines
299 B
C++
12 lines
299 B
C++
--- src-common/cfdg.ypp.orig 2023-02-04 00:34:00 UTC
|
|
+++ src-common/cfdg.ypp
|
|
@@ -31,7 +31,7 @@
|
|
%skeleton "lalr1.cc" /* -*- C++ -*- */
|
|
%require "3.0"
|
|
%defines
|
|
-%define parser_class_name {CfdgParser}
|
|
+%define api.parser.class {CfdgParser}
|
|
%locations
|
|
%expect 3
|
|
//%debug
|