dtcalc: Change to ANSI function definitions

This commit is contained in:
Peter Howkins
2018-06-28 04:09:20 +01:00
parent bb7ac1f24e
commit 7936fae07b
2 changed files with 4 additions and 5 deletions

View File

@@ -1633,8 +1633,7 @@ L130:
void
mpdiv(x, y, z)
int *x, *y, *z ;
mpdiv(int *x, int *y, int *z)
{
static int i, i2, ie, iz3 ;