Remove recursion from store_function_docstring
commit7f35d5cbaf055dddcf0489a6f6a46df7ddaeeaf4
authorPaul Eggert <eggert@cs.ucla.edu>
Tue, 14 Jun 2016 18:46:30 +0000 (14 11:46 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Tue, 14 Jun 2016 19:21:00 +0000 (14 12:21 -0700)
tree05f14fed6b802043127ab5dfda073fea0860a98e
parent61cfd6acfe099bae4b743665d0a10c2ba55e7ff2
Remove recursion from store_function_docstring

* src/doc.c (store_function_docstring):
Refactor to avoid the need for C-level recursion.
src/doc.c