diff options
author | Dirk Herrmann <dirk@dirk-herrmanns-seiten.de> | 2001-02-28 16:58:12 +0000 |
---|---|---|
committer | Dirk Herrmann <dirk@dirk-herrmanns-seiten.de> | 2001-02-28 16:58:12 +0000 |
commit | 23deee81615f68d606381dba5880d0a3fe1dbd51 (patch) | |
tree | bdf7bda38c3e23d0acde3239e6cbc826c4f89195 /libguile/__scm.h | |
parent | 1b5b19c9a927ed433a14315cb1f2db4fc99f939d (diff) | |
download | guile-23deee81615f68d606381dba5880d0a3fe1dbd51.tar.gz |
* Minor fixes to error checking macros.
Diffstat (limited to 'libguile/__scm.h')
-rw-r--r-- | libguile/__scm.h | 2 |
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) \ |