Enable assertion output and --disable-assert for configure.

* bootstrap.conf (gnulib_modules): Add assert module.
* src/system.h (aver): Define as assert, and summarize the
discussion on this issue.
(cherry picked from commit ca01f454f0)
This commit is contained in:
Joel E. Denny
2009-12-14 18:04:57 -05:00
parent 51c7ca01e2
commit f1fb412cf3
5 changed files with 32 additions and 14 deletions

View File

@@ -1,3 +1,10 @@
2009-12-14 Joel E. Denny <jdenny@clemson.edu>
Enable assertion output and --disable-assert for configure.
* bootstrap.conf (gnulib_modules): Add assert module.
* src/system.h (aver): Define as assert, and summarize the
discussion on this issue.
2009-12-14 Joel E. Denny <jdenny@clemson.edu>
Expand GLR acronym in summary of Bison.