Skip to content
  • Paul Eggert's avatar
    dfa: fast->small for array elements · 5b570e9c
    Paul Eggert authored
    * lib/dfa.c (charclass_word): Use uint_least64_t not uint_fast64_t,
    since this type is used in arrays.  This change is more for
    documentation than for any practical effect, since the two types
    are the same on all known platforms.
    5b570e9c