1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-20 11:40:18 +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);
goto loop;
default:
/* appease the Sun compiler god: */ ;
}
unmemo:
default: