Avoid `SCM_UNPACK ()' in constant expressions.
authorLudovic Courtès <ludo@gnu.org>
Mon, 14 Dec 2009 23:43:32 +0000 (00:43 +0100)
committerLudovic Courtès <ludo@gnu.org>
Tue, 15 Dec 2009 00:01:17 +0000 (01:01 +0100)
commit62316c7f818340d0da203c802c1e1a9077ffddd6
tree5ae5ea78f8efb70dee5cc1f9f08ffd01e24e65c7
parentab33782cb3c491e4a2da81b7c48f93e259071041
Avoid `SCM_UNPACK ()' in constant expressions.

They made Sun C 5.8 emit a warning such as:

  line 71: warning: dead part of constant expression is nonconstant

* libguile/print.c (scm_print_opts): Don't use `SCM_UNPACK ()' here.

* libguile/read.c (scm_read_opts): Likewise.
libguile/print.c
libguile/read.c