From b6791b2e94a4958e0da1ce7266c82320aff82a1b Mon Sep 17 00:00:00 2001 From: "Greg J. Badros" Date: Fri, 3 Mar 2000 00:09:54 +0000 Subject: * error.h, error.c: Added `scm_wrong_type_arg_msg' to support displaying the expected type. Use SCM_LISTn in a couple places instead of scm_cons-ing by hand. * __scm.h: Added SCM_ASSERT_TYPE macro. * validate.h, scm_validate.h: Added the former, as a renamed version of the latter with SCM_ASSERT_TYPE used in SCM_MAKE_VALIDATE (instead of just SCM_ASSERT) * Makefile.am: Rename scm_validate.h to validate.h. * *.c, *.h: Include validate.h, not scm_validate.h (old name's prefix was superfluous). --- libguile/lang.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libguile/lang.c') diff --git a/libguile/lang.c b/libguile/lang.c index a98830355..3532f0e9f 100644 --- a/libguile/lang.c +++ b/libguile/lang.c @@ -49,7 +49,7 @@ #include "eval.h" #include "macros.h" -#include "scm_validate.h" +#include "validate.h" #include "lang.h" -- cgit v1.2.3