]> git.donarmstrong.com Git - lilypond.git/blobdiff - flower/include/pqueue.hh
Release: bump Welcome versions.
[lilypond.git] / flower / include / pqueue.hh
index 895ceca03e135f09d4491b54538f1d8013c84e0f..6f1ebc53b60669ec061a3335e47637447a1d49cd 100644 (file)
@@ -1,7 +1,7 @@
 /*
   This file is part of LilyPond, the GNU music typesetter.
 
-  Copyright (C) 1997--2012 Han-Wen Nienhuys <hanwen@xs4all.nl>
+  Copyright (C) 1997--2015 Han-Wen Nienhuys <hanwen@xs4all.nl>
 
   LilyPond is free software: you can redistribute it and/or modify
   it under the terms of the GNU General Public License as published by
@@ -69,7 +69,7 @@ public:
   }
   void OK () const
   {
-#ifndef NDEBUG
+#ifdef DEBUG
     for (vsize i = 2; i <= size (); i++)
       assert (compare (elt (i / 2), elt (i)) <= 0);
 #endif