summaryrefslogtreecommitdiff
path: root/graph.c
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2014-04-22 22:11:22 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2014-04-22 22:11:22 +0000
commit4ecea33a988c00caa98cacf934e61e361d94e8af (patch)
tree7089d85dfa0daa5568799f671cfb9924f1012710 /graph.c
parente0ae66db632ac7c7773c8b85754bfc135f5bdbd5 (diff)
Notes
Diffstat (limited to 'graph.c')
-rw-r--r--graph.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/graph.c b/graph.c
index 2e312314d7a6..6070fa2beb0f 100644
--- a/graph.c
+++ b/graph.c
@@ -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);