aligment (yet again)

This commit is contained in:
eck 1990-12-13 14:03:31 +00:00
parent 43721f5437
commit cfc56b03b0

View File

@ -477,7 +477,7 @@ static long
align(size)
register long size;
{
return (size + (sizeof(double) - 1)) & ~(sizeof(double) - 1);
return (size + (sizeof(double) - 1)) & ~(int)(sizeof(double) - 1);
}
/*