]> git.eshelyaron.com Git - emacs.git/commit
Make Faset nonrecursive
authorPaul Eggert <eggert@cs.ucla.edu>
Sat, 18 Jan 2020 07:59:52 +0000 (23:59 -0800)
committerPaul Eggert <eggert@cs.ucla.edu>
Sat, 18 Jan 2020 08:02:12 +0000 (00:02 -0800)
commitac121d8c8f1863c0c1a0f3c8250518abfc26b2a9
tree7e09d7970d81dc656b4431daeb647a3d6ec7f194
parentc1b6d5c5b9f8eee8aa3a8071292e8b3281ecf28a
Make Faset nonrecursive

* src/data.c (Faset): Refactor Faset so that it’s not recursive.
This helps the compiler and makes the code a bit clearer.
src/data.c