7616a31774
fix build with MySQL 8.4+ fix libgda-xlst API change fix error with redefine bool Obtaned from: Gentoo
18 lines
626 B
C
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);
|