diff options
author | Jim Blandy <jimb@red-bean.com> | 1997-01-07 23:41:45 +0000 |
---|---|---|
committer | Jim Blandy <jimb@red-bean.com> | 1997-01-07 23:41:45 +0000 |
commit | fa88817815b5e1698d322c6f42fdada408c750b9 (patch) | |
tree | 497681242289ee5578d3cf08a4d7b3f1a1470209 /libguile/eval.c | |
parent | 0b1786d8f260f8d000a90169627a33e9237f407b (diff) | |
download | guile-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.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: |