summaryrefslogtreecommitdiff
path: root/libguile/eval.h
diff options
context:
space:
mode:
authorAndy Wingo <wingo@pobox.com>2010-05-12 12:02:09 +0200
committerAndy Wingo <wingo@pobox.com>2010-05-13 23:37:15 +0200
commitcc00f4474306d961bbc997bbf7fbfe6e610888da (patch)
treed4afbeaf66724010bcf3eca22771411f4071d89b /libguile/eval.h
parentdf3f1090e8772a78206e6a5b65112fa66dbcd0af (diff)
downloadguile-cc00f4474306d961bbc997bbf7fbfe6e610888da.tar.gz
scm_badargsp is deprecated
* libguile/eval.h: * libguile/eval.c: * libguile/deprecated.h * libguile/deprecated.c (scm_badargsp): Deprecate scm_badargsp.
Diffstat (limited to 'libguile/eval.h')
-rw-r--r--libguile/eval.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/libguile/eval.h b/libguile/eval.h
index 0715e04fb..969cce129 100644
--- a/libguile/eval.h
+++ b/libguile/eval.h
@@ -3,7 +3,7 @@
#ifndef SCM_EVAL_H
#define SCM_EVAL_H
-/* Copyright (C) 1995,1996,1998,1999,2000,2001,2002,2003,2004,2008,2009
+/* Copyright (C) 1995,1996,1998,1999,2000,2001,2002,2003,2004,2008,2009,2010
* Free Software Foundation, Inc.
*
* This library is free software; you can redistribute it and/or
@@ -63,7 +63,6 @@ typedef SCM (*scm_t_trampoline_2) (SCM proc, SCM arg1, SCM arg2);
-SCM_API int scm_badargsp (SCM formals, SCM args);
SCM_API SCM scm_call_0 (SCM proc);
SCM_API SCM scm_call_1 (SCM proc, SCM arg1);
SCM_API SCM scm_call_2 (SCM proc, SCM arg1, SCM arg2);