remove use of nested function in map_obarray
authorRobin Templeton <robin@terpri.org>
Sun, 21 Sep 2014 07:56:15 +0000 (03:56 -0400)
committerRobin Templeton <robin@terpri.org>
Mon, 20 Apr 2015 04:29:03 +0000 (00:29 -0400)
commitfa4d389029c1a53dbd89ae99638c7b3a4e1b6f7b
treead416a38058e77c99ddc164f877f33372874b585
parent55f2168dd4ecd0ff197d5b3d5162cd276a47202d
remove use of nested function in map_obarray

* src/lread.c (map_obarray_inner): New function.
  (map_obarray): Remove use of non-standard nested function. Thanks to
  Jaime Fournier <jaimef@linbsd.org> for the bug report.
src/lread.c