]> www.ginac.de Git - ginac.git/blobdiff - check/error_report.h
Changed name of debugging macro (to avoid warning cause by multiple definition).
[ginac.git] / check / error_report.h
index 759d905b583dd2f26fde6fe00b7f1fd69f62b208..66989251be9fbca47bf026c7da2f299b2addf0e0 100644 (file)
@@ -27,7 +27,7 @@
 #include <sstream>
 #include <stdexcept>
 
-#define bug_on(cond, what)                             \
+#define cbug_on(cond, what)                            \
 do {                                                   \
 if (cond) {                                            \
        std::ostringstream err_stream;                  \