mirror of
https://sourceware.org/git/glibc.git
synced 2025-08-08 17:42:12 +03:00
Make local functions static.
This commit is contained in:
@@ -4023,7 +4023,8 @@ sprint_double_type sprint_doubles[] =
|
||||
int required_precision = 13;
|
||||
|
||||
#if defined(__STDC__) || defined(__cplusplus)
|
||||
int matches(register char *result, register const char *desired)
|
||||
static int
|
||||
matches (register char *result, register const char *desired)
|
||||
#else
|
||||
int matches(result, desired)
|
||||
register char *result; register const char *desired;
|
||||
|
Reference in New Issue
Block a user