diff options
author | Andy Wingo <wingo@pobox.com> | 2010-08-27 13:05:23 -0700 |
---|---|---|
committer | Andy Wingo <wingo@pobox.com> | 2010-08-27 13:05:23 -0700 |
commit | 34cbb05331559c410af4d53e16c723a850ef0003 (patch) | |
tree | 087d42f25ae43b3d2331d5cdc9ae16c0cb42bab1 /libguile/pairs.c | |
parent | 176ee5c82a9e6c775722cfe96711f2a02cdb7672 (diff) | |
download | guile-34cbb05331559c410af4d53e16c723a850ef0003.tar.gz |
Revert "[build] Rewrite guile-func-name-check in Scheme, adding features."
This reverts commit 6832604efa0f175a70be700624c365547fb27878. Not only
does this fail on a fresh build due to a lack of "guile", but even if it
did have its Makefile fixed, it would take too long to run, because the
rest of Guile isn't compiled.
The right thing is to avoid invoking Guile until after at least psyntax
and boot-9 have been compiled.
This commit can be reinstated if we move doc snarfing to a phase that
happens after module/ is compiled.
Diffstat (limited to 'libguile/pairs.c')
-rw-r--r-- | libguile/pairs.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libguile/pairs.c b/libguile/pairs.c index 0f4046436..68fa4c901 100644 --- a/libguile/pairs.c +++ b/libguile/pairs.c @@ -142,7 +142,6 @@ SCM_DEFINE (scm_set_cdr_x, "set-cdr!", 2, 0, 0, while (pattern_var); \ return tree -/* guile-func-name-check: no thanks (rest of file: c[ad]r procs) */ SCM_DEFINE (scm_cdr, "cdr", 1, 0, 0, (SCM x), "") { |