summaryrefslogtreecommitdiff
path: root/libguile/eval.c
diff options
context:
space:
mode:
authorJim Blandy <jimb@red-bean.com>1997-01-07 23:41:45 +0000
committerJim Blandy <jimb@red-bean.com>1997-01-07 23:41:45 +0000
commitfa88817815b5e1698d322c6f42fdada408c750b9 (patch)
tree497681242289ee5578d3cf08a4d7b3f1a1470209 /libguile/eval.c
parent0b1786d8f260f8d000a90169627a33e9237f407b (diff)
downloadguile-fa88817815b5e1698d322c6f42fdada408c750b9.tar.gz
* eval.c (unmemocopy): Add a semicolon to appease the Sun
compiler.
Diffstat (limited to 'libguile/eval.c')
-rw-r--r--libguile/eval.c1
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: