From 6cb755b60b5bc5410bd90c37f3bf3b50ebcfe789 Mon Sep 17 00:00:00 2001 From: rsc Date: Mon, 6 Feb 2006 19:30:02 +0000 Subject: more casts --- src/cmd/eqn/fromto.c | 6 +++--- src/cmd/eqn/matrix.c | 2 +- src/cmd/eqn/pile.c | 2 +- src/cmd/eqn/size.c | 2 +- src/cmd/eqn/sqrt.c | 2 +- 5 files changed, 7 insertions(+), 7 deletions(-) (limited to 'src') diff --git a/src/cmd/eqn/fromto.c b/src/cmd/eqn/fromto.c index 88677b22..cf9c96e5 100644 --- a/src/cmd/eqn/fromto.c +++ b/src/cmd/eqn/fromto.c @@ -31,10 +31,10 @@ void fromto(int p1, int p2, int p3) printf("\\v'%gm'\\h'\\n(%du-\\n(%du/2u'%s\\*(%d%s", REL(t,ps), (int)yyval, p2, DPS(ps,subps), p2, DPS(subps,ps)); printf("\\h'-\\n(%du-\\n(%du/2u'\\v'%gm'\\\n", - yyval, p2, REL(-t,ps)); + (int)yyval, p2, REL(-t,ps)); } printf("\\h'\\n(%du-\\n(%du/2u'\\*(%d\\h'\\n(%du-\\n(%du/2u'\\\n", - yyval, p1, p1, (int)yyval, p1); + (int)yyval, p1, p1, (int)yyval, p1); if (p3 >0) { t = h1-b1+ebase[p3]; printf("\\v'%gm'\\h'-\\n(%du-\\n(%du/2u'%s\\*(%d%s\\h'\\n(%du-\\n(%du/2u'\\v'%gm'\\\n", @@ -43,7 +43,7 @@ void fromto(int p1, int p2, int p3) printf("\n"); ebase[yyval] = b + b1; dprintf(".\tS%d <- %d from %d to %d; h=%g b=%g\n", - yyval, p1, p2, p3, eht[yyval], ebase[yyval]); + (int)yyval, p1, p2, p3, eht[yyval], ebase[yyval]); sfree(p1); if (p2 > 0) sfree(p2); diff --git a/src/cmd/eqn/matrix.c b/src/cmd/eqn/matrix.c index 156dd175..86ab6e6d 100644 --- a/src/cmd/eqn/matrix.c +++ b/src/cmd/eqn/matrix.c @@ -69,7 +69,7 @@ void matrix(int oct) /* matrix is list of columns */ ebase[yyval] = ebase[val[0]]; lfont[yyval] = rfont[yyval] = 0; dprintf(".\tmatrix S%d: r=%d, c=%d, h=%g, b=%g\n", - yyval,nrow,ncol,eht[yyval],ebase[yyval]); + (int)yyval,nrow,ncol,eht[yyval],ebase[yyval]); printf(".ds %d \"", (int)yyval); for( i=0; i