* load.c: change s_try_load and s_try_load_path to s_primitive_load
authorGary Houston <ghouston@arglist.com>
Sun, 27 Oct 1996 02:38:39 +0000 (02:38 +0000)
committerGary Houston <ghouston@arglist.com>
Sun, 27 Oct 1996 02:38:39 +0000 (02:38 +0000)
commit523f52665864ee9a07d3b74e4d5f4374b21aee41
treefcb0cd1cacd486d22f3a57f9a9debb4f862a6153
parent3065a62a4c3e44ec424cfa0f13f74479d07bf83f
* load.c: change s_try_load and s_try_load_path to s_primitive_load
and s_primitive_load_path.

* eval.c, load.c, error.c (scm_wta): use scm_misc_error.

* error.h: don't declare error symbols.  prototype for scm_misc_error.

* stackchk.c (scm_stack_overflow_key): defined here instead of in
error.c.

* error.c: use SCM_SYMBOL to set up error keys.
scm_misc_error: new procedure.
libguile/ChangeLog
libguile/error.c
libguile/error.h
libguile/eval.c
libguile/load.c
libguile/stackchk.c