Change inner loops to use int not YY_CHAR, removing need for separate NUL table
authorNick Downing <downing.nick@gmail.com>
Mon, 25 Jun 2018 04:01:20 +0000 (14:01 +1000)
committerNick Downing <downing.nick@gmail.com>
Mon, 25 Jun 2018 04:01:20 +0000 (14:01 +1000)
commit4309cf3e44b9b343719c86ef15155fe6fde52488
treea99ddbb35780d7c851e6ff29a3e39367cc77b70c
parent9236aa904d1266f4cac9fb3895b79f66dc5b0bed
Change inner loops to use int not YY_CHAR, removing need for separate NUL table
src/dfa.c
src/gen.c
src/scan.c
src/scan.l