X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;ds=sidebyside;f=src%2Frecode.c;h=e415dcf84bbcd89d7a18cb986267322043aadf50;hb=3e66793381d0eaee26bd980c9a5479129fa44386;hp=34342a1e185895df394e55f17ab48e127fc491b1;hpb=5d7b91bba5fff59b88723830703ae3fa144733ee;p=pspp-builds.git diff --git a/src/recode.c b/src/recode.c index 34342a1e..e415dcf8 100644 --- a/src/recode.c +++ b/src/recode.c @@ -18,7 +18,7 @@ 02111-1307, USA. */ #include -#include +#include "error.h" #include #include #include @@ -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;