On Thu, Aug 18, 2016 at 3:50 AM, Zev Weiss <z...@bewilderbeest.net> wrote: > * src/dfa.c: remove global dfa struct. A pointer to a struct dfa is > instead added as a parameter to the functions that had been using the > global.
Thank you. At first glance, I like it, but saw no "const" attribute on any added parameter declaration. Surely some of those can be "const". Would you make all new dfa parameters const that can be?