* scm_validate.h (SCM_OUT_OF_RANGE): Use scm_out_of_range_pos to
authorGreg J. Badros <gjb@cs.washington.edu>
Fri, 7 Jan 2000 23:53:20 +0000 (23:53 +0000)
committerGreg J. Badros <gjb@cs.washington.edu>
Fri, 7 Jan 2000 23:53:20 +0000 (23:53 +0000)
commit1e76143f0fad331651561e9bbc2bc9752dd25689
tree91cc56f314693a6e0e75ed073a2b6f096f28c57b
parent73d8385e9fb718d182935494a8dbceb8812a6467
* scm_validate.h (SCM_OUT_OF_RANGE): Use scm_out_of_range_pos to
report the position of the argument.

* error.h, error.c (scm_out_of_range_pos):  Added this function to
take extra "pos" argument, the position number of the errant
argument.

* debug.c: Use SCM_OUT_OF_RANGE instead of scm_out_of_range.

* snarf.h: Use SCM_HERE and SCM_INIT as names, not SCM_NOTSNARF
and SCM_SNARFING.  Also put the %%% in the SCM_INIT since Mikael
prefers that and I'm reasonably indifferent.
libguile/debug.c
libguile/error.c
libguile/error.h
libguile/scm_validate.h
libguile/snarf.h