]> git.donarmstrong.com Git - lilypond.git/commitdiff
Fix compile.
authorPatrick McCarty <pnorcks@gmail.com>
Tue, 12 Oct 2010 01:55:57 +0000 (18:55 -0700)
committerPatrick McCarty <pnorcks@gmail.com>
Tue, 12 Oct 2010 01:55:57 +0000 (18:55 -0700)
lily/include/smobs.hh

index 152950563b5283d8be4d185093100be292e4f442..cbf956b578ad2d09aaa144bec55f13505504f686 100644 (file)
@@ -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 { } \