X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fprint.c;h=273ab2914c817faaeb4465604575f8ff276de66f;hb=cf89e411db41c05c39753b05cf144c8b26a44d96;hp=43cff102387a397a010c0a89cfc74270a16c240c;hpb=205ac3afa4c2b19c85819d8695abf3975bb11807;p=pspp diff --git a/src/print.c b/src/print.c index 43cff10238..273ab2914c 100644 --- a/src/print.c +++ b/src/print.c @@ -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);