mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-28 14:00:31 +02:00
* stacks.c: Avoid compiler warning re: unitialized var.
* scmconfig.h.in: Added DEBUG_FREELIST * pairs.h: Fix macro that was not do-while(0) sandwiched. * gc.h, gc.c: Added scm_gc_set_debug_check_freelist_x, scm_map_free_list
This commit is contained in:
parent
52b3923a9d
commit
25748c78cf
5 changed files with 27 additions and 8 deletions
|
@ -98,6 +98,9 @@
|
|||
#undef DEBUG_EXTENSIONS
|
||||
#undef READER_EXTENSIONS
|
||||
|
||||
/* Define this if you want to debug the free list (helps w/ GC bugs) */
|
||||
#undef DEBUG_FREELIST
|
||||
|
||||
/* 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