mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-05-20 19:50:24 +02:00
* eval.c (unmemocopy): Add a semicolon to appease the Sun
compiler.
This commit is contained in:
parent
0b1786d8f2
commit
fa88817815
1 changed files with 1 additions and 0 deletions
|
@ -1061,6 +1061,7 @@ unmemocopy (x, env)
|
||||||
ls = z = scm_cons (scm_i_atcall_cc, SCM_UNSPECIFIED);
|
ls = z = scm_cons (scm_i_atcall_cc, SCM_UNSPECIFIED);
|
||||||
goto loop;
|
goto loop;
|
||||||
default:
|
default:
|
||||||
|
/* appease the Sun compiler god: */ ;
|
||||||
}
|
}
|
||||||
unmemo:
|
unmemo:
|
||||||
default:
|
default:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue