summaryrefslogtreecommitdiff
path: root/devel/codequery/files/patch-showgraph_Utils_asrt.h
blob: cebc67711b2facfee470f72145259095821ee4ab (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
--- showgraph/Utils/asrt.h.orig	2017-07-28 19:53:18 UTC
+++ showgraph/Utils/asrt.h
@@ -22,6 +22,10 @@
 #ifndef ASRT_H
 #define ASRT_H
 
+#ifdef assert
+#  undef assert
+#endif
+
 /**
  * Assert macro that works only in debug version
  * @ingroup Asserts