aligment (yet again)
This commit is contained in:
parent
43721f5437
commit
cfc56b03b0
@ -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);
|
||||
}
|
||||
|
||||
/*
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user