On Thu, 18 Aug 2016 05:50:14 -0500
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.

Hi,

Why we move global variable DFA into struct dfa, Although only used in
dfacomp() which I seem that does not support multithread even after
applying your patches?  Variables for syntax (lexptr etc.), like.

Thanks,
Norihiro




Reply via email to