mirror of
https://github.com/netwide-assembler/nasm.git
synced 2024-11-21 03:14:19 +08:00
Add missing static declaration in output/outieee.c
Signed-off-by: H. Peter Anvin <hpa@zytor.com>
This commit is contained in:
parent
aa433d738c
commit
443b8e9b5f
@ -1299,7 +1299,7 @@ static void ieee_unqualified_name(char *dest, char *source)
|
||||
} else
|
||||
strcpy(dest, source);
|
||||
}
|
||||
void dbgls_init(void)
|
||||
static void dbgls_init(void)
|
||||
{
|
||||
int tempint;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user