• Dmitry Antipov's avatar
    Remove redundant GCPROs around Ffuncall and Fapply calls. This · 1dd12186
    Dmitry Antipov authored
    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.
    1dd12186
charset.c 70.1 KB