This set of patches contains no functional changes, only debatable
authorDirk Herrmann <dirk@dirk-herrmanns-seiten.de>
Wed, 23 Apr 2003 18:27:37 +0000 (18:27 +0000)
committerDirk Herrmann <dirk@dirk-herrmanns-seiten.de>
Wed, 23 Apr 2003 18:27:37 +0000 (18:27 +0000)
commitd0b07b5def19b86742fa7ea1e99a089b11110ae2
tree5d2e1403996cc65db45bcd937855fa0a3ab596b2
parenta98e8e985b7549a798da0cfeece8532353d4d952
This set of patches contains no functional changes, only debatable
minor stylistic ones.  Still, in order to prepare a patch between
my local copy and the CVS version, I decided to submit the changes
below.  Then, the patch will hopefully only contain relevant
modifications :-)

* eval.c (iqq): Added const specifier.

* eval.c (scm_trampoline_0, scm_trampoline_1, scm_trampoline_2):
Use NULL instead of 0 to indicate that a pointer is returned.
Removed some misleading 'fall through' comments.

* eval.c (scm_i_call_closure_0, call_closure_1, call_closure_2):
Split up long expressions into smaller ones to be more debugging
friendly.
libguile/ChangeLog
libguile/eval.c