From 629586f4cd85758ba4d4b5c7517e81becdf9bb1a Mon Sep 17 00:00:00 2001 From: Patrick McCarty Date: Mon, 11 Oct 2010 18:55:57 -0700 Subject: [PATCH] Fix compile. --- lily/include/smobs.hh | 1 + 1 file changed, 1 insertion(+) 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 { } \ -- 2.39.2