frames.c no longer exports frame-source -- frame.scm does so already
authorAndy Wingo <wingo@pobox.com>
Tue, 29 Dec 2009 20:17:07 +0000 (21:17 +0100)
committerAndy Wingo <wingo@pobox.com>
Tue, 29 Dec 2009 20:17:07 +0000 (21:17 +0100)
commit7abb7efd319526bb2260fdcc35440a31dfd5cf51
treefce2afeda54eda22dc196d96ab2821933650ca41
parent9274c3dd4058b3f63ba97570fc2f1598debbc03d
frames.c no longer exports frame-source -- frame.scm does so already

* libguile/frames.c (scm_frame_source): No longer exported to Scheme
  via init's call to scm_init_frames; in fact just calls the Scheme
  version. Perhaps this function is on its way out, though :)
libguile/frames.c