]> git.saurik.com Git - bison.git/blobdiff - src/system.h
Use aver not assert.
[bison.git] / src / system.h
index cc2b09b22d14c280b58e2b18749f5cfd18c34188..8ea5653157fdc72feca09a0324b78b9ae0481f4c 100644 (file)
@@ -124,7 +124,10 @@ typedef size_t uintptr_t;
 `-------------*/
 
 /* <assert.h>'s assertions are too heavyweight, and can be disabled
-   too easily, so use aver rather than assert.  */
+   too easily, so use aver rather than assert.  See discussions at
+   <http://lists.gnu.org/archive/html/bison-patches/2006-01/msg00080.html>
+   <http://lists.gnu.org/archive/html/bison-patches/2006-09/msg00111.html>.
+*/
 static inline void
 aver (bool assertion)
 {