Simplify make-list implementation
commit0dfd9a69186e12e53b8aa759c47b9747de92db43
authorPaul Eggert <eggert@cs.ucla.edu>
Thu, 26 Jan 2017 03:07:57 +0000 (25 19:07 -0800)
committerPaul Eggert <eggert@cs.ucla.edu>
Thu, 26 Jan 2017 05:25:36 +0000 (25 21:25 -0800)
tree9d2929ce8ce7f8bbb92df9b02d572aaa928cda5b
parent44765de2005fb56c5930383d6bd1e959a0102a45
Simplify make-list implementation

* src/alloc.c (Fmake_list): Don’t unroll loop, as the complexity
is not worth it these days.
src/alloc.c