From 4185168edc39cb53d338e23169cf5c6463dc343f Mon Sep 17 00:00:00 2001 From: Quentin Carbonneaux Date: Tue, 20 Oct 2015 18:04:57 -0400 Subject: missed a few cases in the tree automaton --- lisc/isel.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'lisc') diff --git a/lisc/isel.c b/lisc/isel.c index edf08b5..397b5bf 100644 --- a/lisc/isel.c +++ b/lisc/isel.c @@ -602,7 +602,10 @@ anumber(char *an, Blk *b, Con *c) static char addtbl[10][10] = { [0] [0] = 4, [4] [4] = 4, + [4] [5] = 4, + [4] [6] = 4, [5] [5] = 4, + [5] [6] = 4, [6] [6] = 4, [0] [3] = 4, [2] [4] = 5, -- cgit 1.4.1