remove register from variable declarations
This commit is contained in:
+1
-1
@@ -482,7 +482,7 @@ calculate_rip_text(int how, time_t when)
|
||||
|
||||
/* Put death type on stone */
|
||||
for (line = DEATH_LINE, dpx = buf; line < YEAR_LINE; line++) {
|
||||
register int i, i0;
|
||||
int i, i0;
|
||||
char tmpchar;
|
||||
|
||||
if ((i0 = strlen(dpx)) > STONE_LINE_LEN) {
|
||||
|
||||
Reference in New Issue
Block a user