From: Patrick McCarty Date: Tue, 12 Oct 2010 01:55:57 +0000 (-0700) Subject: Fix compile. X-Git-Tag: release/2.13.36-1~32 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=629586f4cd85758ba4d4b5c7517e81becdf9bb1a;p=lilypond.git Fix compile. --- diff --git a/lily/include/smobs.hh b/lily/include/smobs.hh index 152950563b..cbf956b578 100644 --- a/lily/include/smobs.hh +++ b/lily/include/smobs.hh @@ -162,6 +162,7 @@ extern bool parsed_objects_should_be_dead; ::programming_error (string ("Parsed object should be dead: ") + __PRETTY_FUNCTION__ ); \ passed_here_once = true;\ } \ + } \ while (0) #else #define ASSERT_LIVE_IS_ALLOWED() do { } \