diff options
author | Andy Wingo <wingo@pobox.com> | 2011-05-15 11:00:17 +0200 |
---|---|---|
committer | Andy Wingo <wingo@pobox.com> | 2011-05-15 15:34:15 +0200 |
commit | b2f38e4f45307c593d17d7069495ae59f8ceb5b7 (patch) | |
tree | f832925b72cd79f2dfeccea2e57ab2412b853a18 /libguile/gen-scmconfig.c | |
parent | b9b9a028042f1d2e2ff4d89c2389ac08549e67ae (diff) | |
download | guile-b2f38e4f45307c593d17d7069495ae59f8ceb5b7.tar.gz |
remove mention of GUILE_DEBUG_FREELIST
* libguile/__scm.h: Remove commented-out GUILE_DEBUG_FREELIST define.
* libguile/gen-scmconfig.c: Remove mention of GUILE_DEBUG_FREELIST.
Diffstat (limited to 'libguile/gen-scmconfig.c')
-rw-r--r-- | libguile/gen-scmconfig.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libguile/gen-scmconfig.c b/libguile/gen-scmconfig.c index 1d38eeacc..422f826c3 100644 --- a/libguile/gen-scmconfig.c +++ b/libguile/gen-scmconfig.c @@ -37,9 +37,9 @@ - use 1 and 0 for public #defines instead of "def and undef", i.e. use #define SCM_HAVE_FOO rather than just not defining SCM_HAVE_FOO whenever possible. See GNU Coding Guidelines for - rationale. The only notable non-deprecated exceptions to this - rule are GUILE_DEBUG and GUILE_DEBUG_FREELIST which do not follow - this convention in order to retain backward compatibility. + rationale. The only notable non-deprecated exception to this rule + is GUILE_DEBUG which does not follow this convention in order to + retain backward compatibility. - in the code below, be *VERY* careful not to use or rely on any runtime-dynamic information below. For example, you cannot use |