summaryrefslogtreecommitdiffstats
path: root/Include
diff options
context:
space:
mode:
Diffstat (limited to 'Include')
-rw-r--r--Include/grammar.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/Include/grammar.h b/Include/grammar.h
index e1703f4..68b928c 100644
--- a/Include/grammar.h
+++ b/Include/grammar.h
@@ -50,7 +50,6 @@ typedef struct {
typedef struct {
int d_type; /* Non-terminal this represents */
char *d_name; /* For printing */
- int d_initial; /* Initial state */
int d_nstates;
state *d_state; /* Array of states */
bitset d_first;