Remove redundant GCPROs around Ffuncall and Fapply calls. This
commit1dd1218653be3425e7f53ea1cfcb0d14addfaa05
authorDmitry Antipov <dmantipov@yandex.ru>
Thu, 11 Sep 2014 13:21:19 +0000 (11 17:21 +0400)
committerDmitry Antipov <dmantipov@yandex.ru>
Thu, 11 Sep 2014 13:21:19 +0000 (11 17:21 +0400)
treea91548f460ecb1aa05ac79dacbb3054853cb9e25
parent20d362538021e154095f4b64f1b3505d3912fffd
Remove redundant GCPROs around Ffuncall and Fapply calls. This
is safe because Ffuncall protects all of its arguments by itself.
* charset.c (map_charset_for_dump): Remove redundant GCPRO.
* eval.c (Fapply, apply1, call0, call1, call2, call3, call4, call5)
(call6, call7): Likewise.  Use compound literals where applicable.
(run_hook_with_args_2): Use compound literal.
src/ChangeLog
src/charset.c
src/eval.c