Files
ports/databases/libgda5/files/patch-libgda_sql-parser_lemon.c
T
Dima Panov 7616a31774 databases/libgda5*: multiple fixes (+)
fix build with MySQL 8.4+
fix libgda-xlst API change
fix error with redefine bool

Obtaned from:	Gentoo
2026-04-09 21:55:19 +03:00

18 lines
626 B
C

--- libgda/sql-parser/lemon.c.orig 2020-11-08 20:23:20 UTC
+++ libgda/sql-parser/lemon.c
@@ -69,14 +69,6 @@ static struct action *Action_sort(struct action *);
static struct action *Action_new(void);
static struct action *Action_sort(struct action *);
-/********** From the file "build.h" ************************************/
-void FindRulePrecedences();
-void FindFirstSets();
-void FindStates();
-void FindLinks();
-void FindFollowSets();
-void FindActions();
-
/********* From the file "configlist.h" *********************************/
void Configlist_init(void);
struct config *Configlist_add(struct rule *, int);