mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-18 17:50:29 +02:00
* guile-func-name-check.in: Added this script to statically check
#define FUNC_NAME, #undef FUNC_NAME in the source. * sort.c, posix.c: Fix #undef FUNC_NAME lines to not have trailing redundant comment, semicolon; caught by new guile-func-name-check script. * debug.c: Fix mistaken #define FUNC_NAME for scm_make_iloc. Caught by new guile-func-name-check-script. * Makefile.am: Added guile-func-name-check to bin_SCRIPTS * ramap.c: Fix #if 0'd out code to be syntactically acceptable to guile-func-name-check. * guile-doc-snarf.in: Run guile-func-name-check on the file before doing the snarf.
This commit is contained in:
parent
e723f8de40
commit
0f981281fd
7 changed files with 60 additions and 10 deletions
|
@ -296,7 +296,7 @@ SCM_DEFINE (scm_make_iloc, "make-iloc", 3, 0, 0,
|
|||
SCM_DEFINE (scm_iloc_p, "iloc?", 1, 0, 0,
|
||||
(SCM obj),
|
||||
"")
|
||||
#define FUNC_NAME s_scm_iGUILE_p
|
||||
#define FUNC_NAME s_scm_iloc_p
|
||||
{
|
||||
return SCM_BOOL(SCM_ILOCP (obj));
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue