* alist.c, arbiters.c, continuations.c, debug.c, debug.h, eval.c,
authorMikael Djurfeldt <djurfeldt@nada.kth.se>
Sun, 20 Oct 1996 03:31:08 +0000 (03:31 +0000)
committerMikael Djurfeldt <djurfeldt@nada.kth.se>
Sun, 20 Oct 1996 03:31:08 +0000 (03:31 +0000)
commita6c64c3c6df9ae2b8baa0f166887c12270b5d646
treef48da551e0239c5357c72fa026d636922b7d5042
parenta23afe534a0de89f47f67d2a0cc9ecae449915f3
* alist.c, arbiters.c, continuations.c, debug.c, debug.h, eval.c,
eval.h, feature.c, filesys.c, fports.c, gc.c, gsubr.c, init.c,
ioext.c, kw.c, list.c, load.c, mallocs.c, numbers.c, numbers.h,
pairs.c, pairs.h, ports.c, ports.h, posix.c, procprop.c, procs.c,
procs.h, ramap.c, read.c, root.c, srcprop.c, srcprop.h,
strports.c, symbols.c, tags.h, throw.c, unif.c, variable.c,
vports.c: Cleaned up use of pairs: Don't make any special
assumptions about the internal structure of selectors and
mutators: SCM_CXR (<e1>) = <e2> --> SCM_SETCXR (<e1>, <e2>),
SCM_CXR (<e1>) &= <e2> --> SCM_SETAND_CXR (<e1>, <e2>) etc.
(Among other things, this change makes it easier to build Guile
with certain compilers which have problems with casted lvalues.)
23 files changed:
libguile/alist.c
libguile/arbiters.c
libguile/continuations.c
libguile/debug.c
libguile/debug.h
libguile/filesys.c
libguile/fports.c
libguile/gsubr.c
libguile/kw.c
libguile/mallocs.c
libguile/numbers.c
libguile/numbers.h
libguile/pairs.c
libguile/posix.c
libguile/procprop.c
libguile/procs.c
libguile/procs.h
libguile/read.c
libguile/root.c
libguile/srcprop.c
libguile/strports.c
libguile/variable.c
libguile/vports.c