Removed explicit usage of the 'register' keyword.

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 4a2bdfe0aa)
r14.0.x
Michele Calgaro 4 years ago
parent 5424f770ff
commit ac4351fdb5
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