1
Fork 0
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:
Jim Blandy 1997-01-07 23:41:45 +00:00
parent 0b1786d8f2
commit fa88817815

View file

@ -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: