diff options
author | Quentin Carbonneaux <quentin.carbonneaux@yale.edu> | 2015-10-20 18:04:57 -0400 |
---|---|---|
committer | Quentin Carbonneaux <quentin.carbonneaux@yale.edu> | 2015-10-30 13:20:42 -0400 |
commit | 4185168edc39cb53d338e23169cf5c6463dc343f (patch) | |
tree | d8dd9650f4d8e94d9470d524d3d79c4d06e41b14 /lisc/isel.c | |
parent | fa3f7b53fa27a37b2eb142d046bba3df70b695ba (diff) | |
download | roux-4185168edc39cb53d338e23169cf5c6463dc343f.tar.gz |
missed a few cases in the tree automaton
Diffstat (limited to 'lisc/isel.c')
-rw-r--r-- | lisc/isel.c | 3 |
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, |