]> git.saurik.com Git - bison.git/blobdiff - src/output.c
Use aver not assert.
[bison.git] / src / output.c
index 2d10a27db21efb99178daff98e86b80285277007..6663a209d0271f972f9bbbf54edd77f6f6c57a69 100644 (file)
@@ -21,7 +21,6 @@
 #include <config.h>
 #include "system.h"
 
-#include <assert.h>
 #include <configmake.h>
 #include <error.h>
 #include <get-errno.h>
@@ -566,7 +565,7 @@ output_skeleton (void)
     argv[i++] = full_m4bison;
     argv[i++] = full_skeleton;
     argv[i++] = NULL;
-    assert (i <= ARRAY_CARDINALITY (argv));
+    aver (i <= ARRAY_CARDINALITY (argv));
   }
 
   init_subpipe ();