gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] gnash/libbase GC.h


From: Sandro Santilli
Subject: [Gnash-commit] gnash/libbase GC.h
Date: Tue, 03 Jul 2007 15:10:08 +0000

CVSROOT:        /sources/gnash
Module name:    gnash
Changes by:     Sandro Santilli <strk>  07/07/03 15:10:08

Modified files:
        libbase        : GC.h 

Log message:
        include <cassert> rather then <assert.h>, don't make the include 
optional as that header is part of the standard c++ lib

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/libbase/GC.h?cvsroot=gnash&r1=1.14&r2=1.15

Patches:
Index: GC.h
===================================================================
RCS file: /sources/gnash/gnash/libbase/GC.h,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -b -r1.14 -r1.15
--- GC.h        3 Jul 2007 09:59:16 -0000       1.14
+++ GC.h        3 Jul 2007 15:10:08 -0000       1.15
@@ -39,11 +39,7 @@
 # include <typeinfo>
 #endif
 
-#if HAVE_ASSERT_H
-#  include <assert.h>
-#else
-#  define assert(arg)  ((void) 0)
-#endif
+#include <cassert>
 
 
 namespace gnash {




reply via email to

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