print warnings

This commit is contained in:
rsc 2006-02-04 20:26:35 +00:00
parent c48193be0d
commit eb9be70308
13 changed files with 31 additions and 31 deletions

View file

@ -7,7 +7,7 @@ void move(int dir, int amt, int p)
yyval = p;
a = EM(amt/100.0, ps);
printf(".ds %d ", yyval);
printf(".ds %d ", (int)yyval);
if (dir == FWD || dir == BACK)
printf("\\h'%s%gm'\\*(%d\n", (dir==BACK) ? "-" : "", a, p);
else if (dir == UP)