We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 18ed0f7 commit de4f7c2Copy full SHA for de4f7c2
1 file changed
src/lemon/lemon.c
@@ -168,12 +168,12 @@ static struct action *Action_new(void);
168
static struct action *Action_sort(struct action *);
169
170
/********** From the file "build.h" ************************************/
171
-void FindRulePrecedences();
172
-void FindFirstSets();
173
-void FindStates();
174
-void FindLinks();
175
-void FindFollowSets();
176
-void FindActions();
+void FindRulePrecedences(struct lemon *);
+void FindFirstSets(struct lemon *);
+void FindStates(struct lemon *);
+void FindLinks(struct lemon *);
+void FindFollowSets(struct lemon *);
+void FindActions(struct lemon *);
177
178
/********* From the file "configlist.h" *********************************/
179
void Configlist_init(void);
0 commit comments