Skip to content
  • Paul Eggert's avatar
    dfa: struct dfamust now uses flexible array · 6dabeec0
    Paul Eggert authored
    * lib/dfa.c: Include flexmember.h.
    (dfamust, dfamustfree): Adjust to struct dfamust change.
    This saves a call to malloc+free.
    * lib/dfa.h (struct dfamust): Make the final member a
    flexible array member.
    * modules/dfa (Depends-on): Add flexmember.
    6dabeec0