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:
parent
0b2cb4ee9a
commit
e242dfd261
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue