diff options
Diffstat (limited to 'test/rlhc.d/case/genrep4.c-C-F0--var-backend.in')
-rw-r--r-- | test/rlhc.d/case/genrep4.c-C-F0--var-backend.in | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/test/rlhc.d/case/genrep4.c-C-F0--var-backend.in b/test/rlhc.d/case/genrep4.c-C-F0--var-backend.in index f5aaeb62..20281290 100644 --- a/test/rlhc.d/case/genrep4.c-C-F0--var-backend.in +++ b/test/rlhc.d/case/genrep4.c-C-F0--var-backend.in @@ -51,7 +51,7 @@ array s8 _match_any_char_class( 0, 2 ) = { 0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 array s8 _match_any_index_offsets( 0, 4 ) = { 0, 0, 0, 1, 1, 1, 2, 2, 3, 3, 4, 4, 0 }; -array s8 _match_any_indicies( 0, 4 ) = { 1, 2, 3, 4, 0 }; +array s8 _match_any_indices( 0, 4 ) = { 1, 2, 3, 4, 0 }; array s8 _match_any_index_defaults( 0, 5 ) = { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 5, 0, 0 }; @@ -140,13 +140,13 @@ host( "working/genrep4.rl", 91 ) @{ } } _keys = offset( _match_any_trans_keys, (cs<<1) ); - _inds = offset( _match_any_indicies, _match_any_index_offsets[cs] ); + _inds = offset( _match_any_indices, _match_any_index_offsets[cs] ); if ( ( deref( data, p )) <= 97 && ( deref( data, p )) >= 32 ) { int _ic = cast(int)_match_any_char_class[cast(int)( deref( data, p )) - 32]; if ( _ic <= cast(int)deref( _match_any_trans_keys, _keys+1 ) && _ic >= cast(int)deref( _match_any_trans_keys, _keys ) ) - _trans = cast(uint)deref( _match_any_indicies, _inds + cast(int)( _ic - cast(int)deref( _match_any_trans_keys, _keys ) ) ); + _trans = cast(uint)deref( _match_any_indices, _inds + cast(int)( _ic - cast(int)deref( _match_any_trans_keys, _keys ) ) ); else _trans = cast(uint)_match_any_index_defaults[cs]; } |