Make the expression code a little nicer and fix bugs found
[pspp-builds.git] / src / html.c
index 6f56b47e9762efd6afbdb6ced40d556bdff609fd..f0b4f5fdfb0f5698de0030bd30371b7e2715cfba 100644 (file)
@@ -22,7 +22,7 @@
 
 #include <config.h>
 #include "htmlP.h"
-#include <assert.h>
+#include "error.h"
 #include <errno.h>
 #include <stdlib.h>
 #include <ctype.h>
@@ -168,6 +168,7 @@ html_option (struct outp_driver *this, const char *key, const struct string *val
            break;
          default:
            assert (0);
+            abort ();
          }
        if (*dest)
          free (*dest);