summaryrefslogtreecommitdiff
path: root/src/derives.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/derives.c')
-rw-r--r--src/derives.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/derives.c b/src/derives.c
index c859a5e2..178c0855 100644
--- a/src/derives.c
+++ b/src/derives.c
@@ -47,7 +47,7 @@ print_derives (void)
fprintf (stderr, " %s derives\n", symbols[i]->tag);
for (rule **rp = derives[i - ntokens]; *rp; ++rp)
{
- fprintf (stderr, " %3d ", (*rp)->user_number);
+ fprintf (stderr, " %3d ", (*rp)->code);
rule_rhs_print (*rp, stderr);
fprintf (stderr, "\n");
}