1.0.24.41: add necessary disambiguating curly braces to runtime
authorNikodemus Siivola <nikodemus@random-state.net>
Mon, 12 Jan 2009 16:52:19 +0000 (16:52 +0000)
committerNikodemus Siivola <nikodemus@random-state.net>
Mon, 12 Jan 2009 16:52:19 +0000 (16:52 +0000)
commit2ff0ff83dacac9fb25a31f5783b6ea8c0442bc2c
treedfad2633478d005bceafa5d8d3d2b9702d1f396e
parent26839b3799e0687e8df96282aea0368ce12c1e95
1.0.24.41: add necessary disambiguating curly braces to runtime

 * When QSHOW is undefined FSHOW(...) expands into nothing, leading to unexpected
   results for code like

     if (gencgc_verbose)
       FSHOW(...)

   as the conditional will then apply to the next syntactic element.

 * Patch by Daniel Lowe.
src/runtime/gencgc.c
version.lisp-expr