1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-10 22:10:21 +02:00

* acconfig.h (GUILE_DEBUG_MALLOC): New.

This commit is contained in:
Mikael Djurfeldt 2000-04-21 00:24:11 +00:00
parent 4219f20d15
commit 4e381d8bab

View file

@ -55,6 +55,9 @@
/* Define this if you want to debug the free list (helps w/ GC bugs) */
#undef GUILE_DEBUG_FREELIST
/* Define this if you want to debug scm_must_malloc/realloc/free calls */
#undef GUILE_DEBUG_MALLOC
/* Define this if your system defines S_ISLNK in sys/stat.h */
#undef HAVE_S_ISLNK