diff options
Diffstat (limited to 'test/rlhc.d/case/cond10.cpp-C-F0--goto-backend.exp')
-rw-r--r-- | test/rlhc.d/case/cond10.cpp-C-F0--goto-backend.exp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/rlhc.d/case/cond10.cpp-C-F0--goto-backend.exp b/test/rlhc.d/case/cond10.cpp-C-F0--goto-backend.exp index f4b4fbff..9b6b6859 100644 --- a/test/rlhc.d/case/cond10.cpp-C-F0--goto-backend.exp +++ b/test/rlhc.d/case/cond10.cpp-C-F0--goto-backend.exp @@ -10,7 +10,7 @@ static const char _foo_actions [] = { 0, 1, 1, 1, 3, 2, 0, 2, 2, 1, 5, 2, 5, 3, static const char _foo_trans_keys [] = { 1, 0, 4, 4, 2, 2, 8, 8, 9, 9, 10, 10, 7, 7, 6, 6, 5, 5, 4, 4, 0, 10, 0, 10, 0, 10, 1, 0, 0 , }; static const char _foo_char_class [] = { 0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 2, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 1, 1, 4, 1, 5, 1, 1, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 1, 1, 1, 1, 3, 1, 3, 3, 3, 3, 6, 3, 3, 3, 3, 3, 3, 7, 3, 3, 3, 3, 3, 3, 8, 9, 3, 3, 3, 3, 10, 3, 0 , }; static const char _foo_index_offsets [] = { 0, 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 20, 31, 42, 0 , }; -static const char _foo_indicies [] = { 0, 2, 3, 4, 5, 6, 7, 8, 9, 11, 10, 10, 12, 10, 10, 12, 12, 12, 12, 12, 13, 10, 10, 14, 10, 10, 14, 14, 14, 14, 14, 15, 10, 10, 16, 10, 10, 16, 16, 16, 16, 16, 0 , }; +static const char _foo_indices [] = { 0, 2, 3, 4, 5, 6, 7, 8, 9, 11, 10, 10, 12, 10, 10, 12, 12, 12, 12, 12, 13, 10, 10, 14, 10, 10, 14, 14, 14, 14, 14, 15, 10, 10, 16, 10, 10, 16, 16, 16, 16, 16, 0 , }; static const char _foo_index_defaults [] = { 0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 10, 10, 10, 1, 0 , }; static const char _foo_trans_cond_spaces [] = { -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 8, 14, 13, 14, 13, 14, 13, 0 , }; static const short _foo_trans_offsets [] = { 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 18, 50, 82, 114, 146, 178, 0 , }; @@ -85,7 +85,7 @@ void test( const char *str ) _keys = _foo_trans_keys + (cs<<1); - _inds = _foo_indicies + _foo_index_offsets[cs]; + _inds = _foo_indices + _foo_index_offsets[cs]; if ( ((*( p )) )<= 122 && ((*( p )) )>= 32 ) |