diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-04-22 22:11:22 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-04-22 22:11:22 +0000 |
commit | 4ecea33a988c00caa98cacf934e61e361d94e8af (patch) | |
tree | 7089d85dfa0daa5568799f671cfb9924f1012710 /graph.c | |
parent | e0ae66db632ac7c7773c8b85754bfc135f5bdbd5 (diff) |
Notes
Diffstat (limited to 'graph.c')
-rw-r--r-- | graph.c | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -1,4 +1,4 @@ -/* $Id: graph.c,v 1.7 2009/10/27 09:25:20 tom Exp $ */ +/* $Id: graph.c,v 1.8 2014/02/19 00:46:57 Tom.Shields Exp $ */ #include "defs.h" @@ -51,10 +51,10 @@ graph(void) static void graph_state(int stateno) { - short *isp; + Value_t *isp; int rule; - short *sp; - short *sp1; + Value_t *sp; + Value_t *sp1; larno = (unsigned)lookaheads[stateno]; fprintf(graph_file, "\n\tq%d [label=\"%d:\\l", stateno, stateno); |