Remove descript.c from .cvsignore.
[pspp-builds.git] / src / recode.c
index e2df650f26ecc25fd59312970f4aa0a03ef7a337..e415dcf84bbcd89d7a18cb986267322043aadf50 100644 (file)
@@ -18,7 +18,7 @@
    02111-1307, USA. */
 
 #include <config.h>
-#include <assert.h>
+#include "error.h"
 #include <ctype.h>
 #include <math.h>
 #include <stdlib.h>
@@ -788,6 +788,7 @@ recode_trns_proc (struct trns_header * t, struct ccase * c,
          break;
         default:
           assert (0);
+          abort ();
        }
       if (!cp)
        continue;