]> Savannah Git Hosting - gnulib.git/commit
dfa: remove struct lexer_state.cur_mb_len
authorPaul Eggert <eggert@cs.ucla.edu>
Mon, 16 Dec 2019 22:38:23 +0000 (14:38 -0800)
committerPaul Eggert <eggert@cs.ucla.edu>
Tue, 17 Dec 2019 08:24:51 +0000 (00:24 -0800)
commit99969d03798763b51ac5305cc0f3a0823200d3c8
tree1c3cf1fbb396d903ac1fc4d175211b9faebd452f
parent6be2862414da45975b8cbc33acc5387b012f3354
dfa: remove struct lexer_state.cur_mb_len

* lib/dfa.c (struct lexer_state): Remove cur_mb_len member,
as it’s not needed and the code is simpler without it.
All uses removed.
ChangeLog
lib/dfa.c