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)
 * 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.


No differences found