mirror of
https://github.com/netwide-assembler/nasm
synced 2026-08-26 16:23:04 -04:00
Add missing static declarations in output/outobj.c
Signed-off-by: H. Peter Anvin <hpa@zytor.com>
This commit is contained in:
parent
895ac7e53f
commit
d4184a0e0f
1 changed files with 2 additions and 2 deletions
|
|
@ -1,6 +1,6 @@
|
|||
/* ----------------------------------------------------------------------- *
|
||||
*
|
||||
* Copyright 1996-2013 The NASM Authors - All Rights Reserved
|
||||
* Copyright 1996-2014 The NASM Authors - All Rights Reserved
|
||||
* See the file AUTHORS included with the NASM distribution for
|
||||
* the specific copyright holders.
|
||||
*
|
||||
|
|
@ -2404,7 +2404,7 @@ static void obj_fwrite(ObjRecord * orp)
|
|||
|
||||
extern macros_t obj_stdmac[];
|
||||
|
||||
void dbgbi_init(void)
|
||||
static void dbgbi_init(void)
|
||||
{
|
||||
fnhead = NULL;
|
||||
fntail = &fnhead;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue