diff options
Diffstat (limited to 'test/rlhc.d/case/element1.cpp-C-F0--var-backend.exp')
-rw-r--r-- | test/rlhc.d/case/element1.cpp-C-F0--var-backend.exp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/rlhc.d/case/element1.cpp-C-F0--var-backend.exp b/test/rlhc.d/case/element1.cpp-C-F0--var-backend.exp index 11502c5e..d0512bc0 100644 --- a/test/rlhc.d/case/element1.cpp-C-F0--var-backend.exp +++ b/test/rlhc.d/case/element1.cpp-C-F0--var-backend.exp @@ -36,7 +36,7 @@ static const char _Fsm_actions [] = { 0, 1, 0, 1, 1, 0 , }; static const int _Fsm_trans_keys [] = { 1, 0, 0, 0, 1, 2, 1, 0, 0 , }; static const char _Fsm_char_class [] = { 0, 1, 2, 0 , }; static const char _Fsm_index_offsets [] = { 0, 0, 1, 3, 0 , }; -static const char _Fsm_indicies [] = { 0, 0, 2, 0 , }; +static const char _Fsm_indices [] = { 0, 0, 2, 0 , }; static const char _Fsm_index_defaults [] = { 0, 1, 1, 1, 0 , }; static const char _Fsm_trans_cond_spaces [] = { -1, -1, -1, 0 , }; static const char _Fsm_cond_targs [] = { 2, 0, 3, 0 , }; @@ -123,7 +123,7 @@ int Fsm::execute( LangEl *data, int len ) if ( _have == 0 ) { _keys = _Fsm_trans_keys + (cs<<1); - _inds = _Fsm_indicies + _Fsm_index_offsets[cs]; + _inds = _Fsm_indices + _Fsm_index_offsets[cs]; if ( (p->key) <= 3 && (p->key) >= 1 ) { int _ic = ( int ) _Fsm_char_class[( int ) (p->key) - 1]; |