summaryrefslogtreecommitdiff
path: root/libguile/__scm.h
diff options
context:
space:
mode:
authorDirk Herrmann <dirk@dirk-herrmanns-seiten.de>2001-02-28 16:58:12 +0000
committerDirk Herrmann <dirk@dirk-herrmanns-seiten.de>2001-02-28 16:58:12 +0000
commit23deee81615f68d606381dba5880d0a3fe1dbd51 (patch)
treebdf7bda38c3e23d0acde3239e6cbc826c4f89195 /libguile/__scm.h
parent1b5b19c9a927ed433a14315cb1f2db4fc99f939d (diff)
downloadguile-23deee81615f68d606381dba5880d0a3fe1dbd51.tar.gz
* Minor fixes to error checking macros.
Diffstat (limited to 'libguile/__scm.h')
-rw-r--r--libguile/__scm.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libguile/__scm.h b/libguile/__scm.h
index 75a01a934..d48ae66d6 100644
--- a/libguile/__scm.h
+++ b/libguile/__scm.h
@@ -483,7 +483,7 @@ do { \
#ifdef SCM_RECKLESS
#define SCM_ASSERT(_cond, _arg, _pos, _subr)
-#define SCM_ASSERT_TYPE(_cond, _arg, _pos, _subr)
+#define SCM_ASSERT_TYPE(_cond, _arg, _pos, _subr, _msg)
#define SCM_ASRTGO(_cond, _label)
#else
#define SCM_ASSERT(_cond, _arg, _pos, _subr) \