Make the expression code a little nicer and fix bugs found
[pspp-builds.git] / src / print.c
index 43cff102387a397a010c0a89cfc74270a16c240c..273ab2914c817faaeb4465604575f8ff276de66f 100644 (file)
@@ -878,6 +878,7 @@ alloc_line (void)
        case PRT_ERROR:
         default:
          assert (0);
+          abort ();
        }
       if (pot_w > w)
        w = pot_w;
@@ -1030,7 +1031,7 @@ cmd_print_space (void)
 
   if (token != '.')
     {
-      e = expr_parse (PXP_NUMERIC);
+      e = expr_parse (EXPR_NUMERIC);
       if (token != '.')
        {
          expr_free (e);