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:
parent
1b5b19c9a9
commit
23deee8161
3 changed files with 10 additions and 3 deletions
|
@ -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) \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue