Purge the register keyword.
This commit is contained in:
parent
4c4fdca42b
commit
0d842c47f7
15 changed files with 45 additions and 57 deletions
|
@ -43,9 +43,8 @@
|
|||
void
|
||||
age_levels(int etu)
|
||||
{
|
||||
register float best_tech;
|
||||
register float best_res;
|
||||
register struct natstr *np;
|
||||
float best_tech, best_res;
|
||||
struct natstr *np;
|
||||
int i;
|
||||
double level;
|
||||
double delta;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue