]> Savannah Git Hosting - gnulib.git/commit
dfa: fast->small for array elements
authorPaul Eggert <eggert@cs.ucla.edu>
Thu, 19 Dec 2019 21:37:45 +0000 (13:37 -0800)
committerPaul Eggert <eggert@cs.ucla.edu>
Fri, 20 Dec 2019 03:20:52 +0000 (19:20 -0800)
commit5b570e9c35cb5808ca99b455a30c84c93cc59e51
tree5bdcac538fe116da628b60d217f5c2ec0e80f85b
parentd66379ef8e1441ede3985288c0fb2902d02dc438
dfa: fast->small for array elements

* 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.
ChangeLog
lib/dfa.c