Removed explicit usage of the 'register' keyword.

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
pull/8/head
Michele Calgaro 4 years ago
parent 3237e9ea17
commit 4a2bdfe0aa
Signed by: MicheleC
GPG Key ID: 2A75B7CA8ADED5CF

@ -292,7 +292,7 @@ void lookupUnknownSymbols(const char *appname)
int match(const char *s1, const char *s2)
{
register int result;
int result;
while(true)
{
result = *s1 - *s2;

Loading…
Cancel
Save