Changed DFM from open-at-first-access to explicit-open. Before,
[pspp-builds.git] / src / recode.c
index 34342a1e185895df394e55f17ab48e127fc491b1..e2df650f26ecc25fd59312970f4aa0a03ef7a337 100644 (file)
@@ -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;