1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-24 12:20:20 +02:00

* Minor fixes to error checking macros.

This commit is contained in:
Dirk Herrmann 2001-02-28 16:58:12 +00:00
parent 1b5b19c9a9
commit 23deee8161
3 changed files with 10 additions and 3 deletions

View file

@ -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) \