mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-12 14:50:19 +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;
|
SCM_THREAD_CRITICAL_SECTION_START;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// fprintf (stderr, "gc: %s\n", what);
|
/* fprintf (stderr, "gc: %s\n", what); */
|
||||||
|
|
||||||
scm_gc_start (what);
|
scm_gc_start (what);
|
||||||
if (!scm_stack_base || scm_block_gc)
|
if (!scm_stack_base || scm_block_gc)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue