Skip to content
Snippets Groups Projects
Commit f01096f4 authored by Martin Nolte's avatar Martin Nolte
Browse files

make compile with gcc-4.4

[[Imported from SVN: r6510]]
parent 0190c50b
No related branches found
No related tags found
No related merge requests found
......@@ -5,7 +5,7 @@
//! @addtogroup Common
//! @{
#if defined(DOXYGEN) or not defined(HAS_ATTRIBUTE_DEPRECATED)
#if defined(DOXYGEN) || !defined(HAS_ATTRIBUTE_DEPRECATED)
//! Mark some entity as deprecated
/**
* \code
......@@ -80,7 +80,7 @@
#define DUNE_DEPRECATED __attribute__((deprecated))
#endif
#if defined(DOXYGEN) or not defined(HAS_ATTRIBUTE_DEPRECATED_MSG)
#if defined(DOXYGEN) || !defined(HAS_ATTRIBUTE_DEPRECATED_MSG)
//! Mark some entity as deprecated
/**
* \code
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment