procedure property efficiency tweak
authorAndy Wingo <wingo@pobox.com>
Tue, 13 Oct 2009 21:58:36 +0000 (23:58 +0200)
committerAndy Wingo <wingo@pobox.com>
Fri, 23 Oct 2009 12:51:19 +0000 (14:51 +0200)
commitc783b0827c5e5485209879b6cd329a7f095ecf9c
tree170b8f388046e5f86a789537e4c9e962f06ef587
parent258344b4db4b9dab1979bbef53606c0cd34b4095
procedure property efficiency tweak

* libguile/procprop.c (scm_procedure_property)
  scm_set_procedure_property_x): Fix to not call
  scm_procedure_properties(), and thus to avoid consing up the arity as
  well.
libguile/procprop.c