summary refs log tree commit diff
path: root/lisc
diff options
context:
space:
mode:
authorQuentin Carbonneaux <quentin.carbonneaux@yale.edu>2015-10-20 18:04:57 -0400
committerQuentin Carbonneaux <quentin.carbonneaux@yale.edu>2015-10-30 13:20:42 -0400
commit4185168edc39cb53d338e23169cf5c6463dc343f (patch)
treed8dd9650f4d8e94d9470d524d3d79c4d06e41b14 /lisc
parentfa3f7b53fa27a37b2eb142d046bba3df70b695ba (diff)
downloadroux-4185168edc39cb53d338e23169cf5c6463dc343f.tar.gz
missed a few cases in the tree automaton
Diffstat (limited to 'lisc')
-rw-r--r--lisc/isel.c3
1 files changed, 3 insertions, 0 deletions
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,