]> www.ginac.de Git - ginac.git/blobdiff - check/error_report.h
Finalize 1.7.6 release.
[ginac.git] / check / error_report.h
index 759d905b583dd2f26fde6fe00b7f1fd69f62b208..47a30d28252b9a867a2e1274ffc83233a542966d 100644 (file)
@@ -4,7 +4,7 @@
  */
 
 /*
- *  GiNaC Copyright (C) 1999-2009 Johannes Gutenberg University Mainz, Germany
+ *  GiNaC Copyright (C) 1999-2019 Johannes Gutenberg University Mainz, Germany
  *
  *  This program is free software; you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
@@ -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;                  \