* src/nullable.h: New file.

Propagate its inclusion.
* src/nullable.c: Formatting changes.
This commit is contained in:
Akim Demaille
2000-10-02 08:06:43 +00:00
parent 85bcaacc59
commit 3519ec76a3
7 changed files with 80 additions and 47 deletions

View File

@@ -29,6 +29,7 @@
#include "reader.h"
#include "lalr.h"
#include "reduce.h"
#include "nullable.h"
#if 0 /* XXX currently unused. */
/* Nonzero means failure has been detected; don't write a parser file. */
@@ -42,8 +43,6 @@ extern void berror PARAMS((const char *));
extern char *printable_version PARAMS ((int));
extern void set_nullable PARAMS ((void));
extern void free_nullable PARAMS ((void));
extern void generate_states PARAMS ((void));
extern void initialize_conflicts PARAMS ((void));
extern void finalize_conflicts PARAMS ((void));