diff options
-rw-r--r-- | libguile/eval.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libguile/eval.c b/libguile/eval.c index 56a57e18b..c4e79d449 100644 --- a/libguile/eval.c +++ b/libguile/eval.c @@ -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: |