Add missing static declarations in output/outobj.c

Signed-off-by: H. Peter Anvin <hpa@zytor.com>
This commit is contained in:
H. Peter Anvin 2014-11-25 12:09:44 -08:00
parent 895ac7e53f
commit d4184a0e0f

View file

@ -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;