Purge the register keyword.
This commit is contained in:
parent
4c4fdca42b
commit
0d842c47f7
15 changed files with 45 additions and 57 deletions
|
@ -38,7 +38,7 @@
|
|||
int
|
||||
roundintby(int n, int m)
|
||||
{
|
||||
register int r11;
|
||||
int r11;
|
||||
|
||||
r11 = (m >> 1) + n;
|
||||
return r11 / m * m;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue