diff options
Diffstat (limited to 'test/rlhc.d/case/scan1_crack.crk-K-F0--var-backend.exp')
-rw-r--r-- | test/rlhc.d/case/scan1_crack.crk-K-F0--var-backend.exp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/rlhc.d/case/scan1_crack.crk-K-F0--var-backend.exp b/test/rlhc.d/case/scan1_crack.crk-K-F0--var-backend.exp index 88504a20..5bf4e013 100644 --- a/test/rlhc.d/case/scan1_crack.crk-K-F0--var-backend.exp +++ b/test/rlhc.d/case/scan1_crack.crk-K-F0--var-backend.exp @@ -16,7 +16,7 @@ const array[int16 ] _scanner_actions = [ 0, 1, 2, 1, 3, 1, 6, 1, 7, 1, 8, 1, 9, const array[byte ] _scanner_trans_keys = [ 1, 0, 2, 9, 4, 4, 10, 10, 10, 10, 10, 10, 2, 9, 0, 9, 7, 7, 9, 9, 2, 9, 0, ]; const array[int16 ] _scanner_char_class = [ 0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 2, 1, 3, 4, 5, 3, 3, 3, 3, 3, 3, 3, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 6, 7, 8, 9, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 10, 0 , ]; const array[int16 ] _scanner_index_offsets = [ 0, 0, 8, 9, 10, 11, 12, 20, 30, 31, 32, 0 , ]; -const array[int16 ] _scanner_indicies = [ 1, 2, 2, 2, 0, 0, 0, 2, 3, 6, 7, 8, 1, 2, 9, 10, 4, 4, 4, 2, 11, 4, 4, 2, 2, 2, 12, 13, 14, 15, 13, 18, 1, 2, 2, 2, 0, 0, 0, 2, 0 , ]; +const array[int16 ] _scanner_indices = [ 1, 2, 2, 2, 0, 0, 0, 2, 3, 6, 7, 8, 1, 2, 9, 10, 4, 4, 4, 2, 11, 4, 4, 2, 2, 2, 12, 13, 14, 15, 13, 18, 1, 2, 2, 2, 0, 0, 0, 2, 0 , ]; const array[int16 ] _scanner_index_defaults = [ 0, 0, 4, 5, 5, 5, 4, 4, 16, 17, 0, 0 , ]; const array[int16 ] _scanner_trans_cond_spaces = [ -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0 , ]; const array[int16 ] _scanner_cond_targs = [ 7, 7, 1, 9, 0, 7, 4, 5, 7, 10, 10, 7, 7, 8, 2, 6, 7, 7, 3, 0 , ]; @@ -118,7 +118,7 @@ void m( String s ) { int _ic = int ( _scanner_char_class[int ( (data[p ]) )- 10] ); if ( _ic <= int ( _scanner_trans_keys[_keys+1 ] )&& _ic >= int ( _scanner_trans_keys[_keys ] ) ) - _trans = uint32 ( _scanner_indicies[_inds + int ( (_ic - int ( _scanner_trans_keys[_keys ] )) )] ); + _trans = uint32 ( _scanner_indices[_inds + int ( (_ic - int ( _scanner_trans_keys[_keys ] )) )] ); else _trans = uint32 ( _scanner_index_defaults[cs] ); |