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

* gc.c (scm_igc): Changed //-comment into /*-comment. (Thanks to

Nicolas Neuss.)
This commit is contained in:
Mikael Djurfeldt 1998-07-12 13:23:21 +00:00
parent 0b2cb4ee9a
commit e242dfd261

View file

@ -441,7 +441,7 @@ scm_igc (what)
SCM_THREAD_CRITICAL_SECTION_START;
#endif
// fprintf (stderr, "gc: %s\n", what);
/* fprintf (stderr, "gc: %s\n", what); */
scm_gc_start (what);
if (!scm_stack_base || scm_block_gc)