The 'follow' field is currently used before declared, which is poor
form. Move it.
Also remove a stray '## functions' section that is redundant.
Signed-off-by: NeilBrown <neil@brown.name>
done using `add_first` above and only needs to be done once as the
"first" sets are now stable and will not change.
+###### grammar fields
+ struct symset *follow;
+
###### follow code
for (p = 0; p < g->production_count; p++) {
We now just need to create and initialise the `follow` list to get a
complete function.
-###### grammar fields
- struct symset *follow;
-
###### functions
static void build_follow(struct grammar *g)
{
}
}
-###### functions
-
static void gen_states(FILE *f, struct grammar *g)
{
int i;