* guile-func-name-check.in: Added this script to statically check
authorGreg J. Badros <gjb@cs.washington.edu>
Tue, 11 Jan 2000 21:47:57 +0000 (21:47 +0000)
committerGreg J. Badros <gjb@cs.washington.edu>
Tue, 11 Jan 2000 21:47:57 +0000 (21:47 +0000)
commit0f981281fd134c61c30fad8e25f26647890848d2
tree0aeb4be29d73014f43a8347ffa30b8b8742962ab
parente723f8de40a7b727c7c970cdaaf1e580b8720d66
* 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.
libguile/Makefile.am
libguile/debug.c
libguile/guile-doc-snarf.in
libguile/guile-func-name-check.in [new file with mode: 0644]
libguile/posix.c
libguile/ramap.c
libguile/sort.c