Make the expression code a little nicer and fix bugs found
[pspp-builds.git] / src / get.c
index e2b4977e64c0f25fb6f31ab17a523528d1c46181..aa3a4e4929bc0324685442c5f9408d6357471cd8 100644 (file)
--- a/src/get.c
+++ b/src/get.c
@@ -738,8 +738,11 @@ cmd_match_files (void)
              name = mtf.tail->last;
              sbc = "LAST";
            }
-         else
-           assert (0);
+         else 
+            {
+              assert (0);
+              abort ();
+            }
 
          lex_match ('=');
          if (token != T_ID)