From d4184a0e0faa4e070fe93911c3942c9ab8ee7b50 Mon Sep 17 00:00:00 2001 From: "H. Peter Anvin" Date: Tue, 25 Nov 2014 12:09:44 -0800 Subject: [PATCH] Add missing static declarations in output/outobj.c Signed-off-by: H. Peter Anvin --- output/outobj.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/output/outobj.c b/output/outobj.c index 225ea4fe5..6b173eb97 100644 --- a/output/outobj.c +++ b/output/outobj.c @@ -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;