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:
parent
4219f20d15
commit
4e381d8bab
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue