* gh_funcs.c (gh_define): added this function.
authorMark Galassi <mark+savannah@galassi.org>
Mon, 10 Feb 1997 23:39:51 +0000 (23:39 +0000)
committerMark Galassi <mark+savannah@galassi.org>
Mon, 10 Feb 1997 23:39:51 +0000 (23:39 +0000)
commitaaef0d2a45f21081b7f563f6d393f79b17e89d54
treeff48b27dec8f4e95013786fb8e843a53a41de4a9
parentfeaa557dc00c6e6165a85c3ca4f6b52412e7d5a5
* gh_funcs.c (gh_define): added this function.

* gh_init.c (gh_catch): fixed stupid bug, gh_catch() was not
  returning anything.

* gh_data.c (gh_scm2newstr): Renamed gh_scm2str0() to
gh_scm2newstr(), and did away with the str0 convention (it doesn't
seem to belong in gh_).
(gh_scm2str): this function now copies Scheme data to a
pre-allocated C string.
NEWS