Remove descript.c from .cvsignore.
[pspp-builds.git] / src / recode.c
index 34342a1e185895df394e55f17ab48e127fc491b1..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>
@@ -142,8 +142,6 @@ cmd_recode (void)
   struct variable **v;
   int nv;
 
-  lex_match_id ("RECODE");
-
   /* Parses each specification between slashes. */
   head = rcd = xmalloc (sizeof *rcd);
   v = NULL;
@@ -790,6 +788,7 @@ recode_trns_proc (struct trns_header * t, struct ccase * c,
          break;
         default:
           assert (0);
+          abort ();
        }
       if (!cp)
        continue;