mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-14 15:40:19 +02:00
* error.h, error.c: Added `scm_wrong_type_arg_msg' to support
displaying the expected type. Use SCM_LISTn in a couple places instead of scm_cons-ing by hand. * __scm.h: Added SCM_ASSERT_TYPE macro. * validate.h, scm_validate.h: Added the former, as a renamed version of the latter with SCM_ASSERT_TYPE used in SCM_MAKE_VALIDATE (instead of just SCM_ASSERT) * Makefile.am: Rename scm_validate.h to validate.h. * *.c, *.h: Include validate.h, not scm_validate.h (old name's prefix was superfluous).
This commit is contained in:
parent
417bdef8a5
commit
b6791b2e94
61 changed files with 89 additions and 64 deletions
|
@ -57,7 +57,7 @@
|
|||
#include "hash.h"
|
||||
#include "weaks.h"
|
||||
|
||||
#include "scm_validate.h"
|
||||
#include "validate.h"
|
||||
#include "srcprop.h"
|
||||
|
||||
/* {Source Properties}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue