gnash-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gnash-commit] /srv/bzr/gnash/trunk r12033: Repeat the conditions for he


From: Bastiaan Jacques
Subject: [Gnash-commit] /srv/bzr/gnash/trunk r12033: Repeat the conditions for header inclusion.
Date: Sat, 13 Mar 2010 00:35:54 +0100
User-agent: Bazaar (2.0.3)

------------------------------------------------------------
revno: 12033
committer: Bastiaan Jacques <address@hidden>
branch nick: trunk
timestamp: Sat 2010-03-13 00:35:54 +0100
message:
  Repeat the conditions for header inclusion.
modified:
  libcore/DisplayList.h
=== modified file 'libcore/DisplayList.h'
--- a/libcore/DisplayList.h     2010-03-11 01:47:08 +0000
+++ b/libcore/DisplayList.h     2010-03-12 23:35:54 +0000
@@ -26,7 +26,7 @@
 #include <string>
 #include <list>
 #include <iosfwd>
-#ifndef NDEBUG
+#if GNASH_PARANOIA_LEVEL > 1 && !defined(NDEBUG)
 #include <set>  // for testInvariant
 #include "log.h"
 #endif


reply via email to

[Prev in Thread] Current Thread [Next in Thread]