From 7866a09b5b355ea277d2dd780b24e98f647329d4 Mon Sep 17 00:00:00 2001 From: "Greg J. Badros" Date: Thu, 2 Mar 2000 20:54:43 +0000 Subject: * list.c: Moved append docs to append! Thanks Dirk Hermann. Also, added append docs from R4RS. * strings.c: Docstring typo fix, + eliminate unneeded IMP tests. Thanks Dirk Hermann! * chars.h: Provide SCM_CHARP, SCM_CHAR, SCM_MAKE_CHAR and deprecate SCM_ICHRP, SCM_ICHR, SCM_MAKICHR. Thanks Dirk Hermann! * *.h, *.c: Use SCM_CHARP, SCM_CHAR, SCM_MAKE_CHAR throughout. Drop use of SCM_P for function prototypes... assume an ANSI C compiler. Thanks Dirk Hermann! --- libguile/eval.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libguile/eval.c') diff --git a/libguile/eval.c b/libguile/eval.c index 9bc21cf44..b257c2e55 100644 --- a/libguile/eval.c +++ b/libguile/eval.c @@ -462,7 +462,7 @@ SCM scm_sym_trace; -static void bodycheck SCM_P ((SCM xorig, SCM *bodyloc, const char *what)); +static void bodycheck (SCM xorig, SCM *bodyloc, const char *what); static void bodycheck (SCM xorig, SCM *bodyloc, const char *what) -- cgit v1.2.3