1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-20 11:40:18 +02:00

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.
This commit is contained in:
Andy Wingo 2011-05-15 11:00:17 +02:00
parent b9b9a02804
commit b2f38e4f45
2 changed files with 3 additions and 12 deletions

View file

@ -144,15 +144,6 @@
# define SCM_MALLOC
#endif
/* {Supported Options}
*
* These may be defined or undefined.
*/
/* #define GUILE_DEBUG_FREELIST */
/* SCM_API is a macro prepended to all function and data definitions

View file

@ -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