summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorH. Peter Anvin <hpa@zytor.com>2014-11-25 12:09:44 -0800
committerH. Peter Anvin <hpa@zytor.com>2014-11-25 12:14:52 -0800
commitd4184a0e0faa4e070fe93911c3942c9ab8ee7b50 (patch)
treedfaf512c9274cdbc060b07ea2fe47b9363e1985a
parent895ac7e53ff57e8863679c92fa3cfa10c69213bc (diff)
downloadnasm-d4184a0e0faa4e070fe93911c3942c9ab8ee7b50.tar.gz
Add missing static declarations in output/outobj.c
Signed-off-by: H. Peter Anvin <hpa@zytor.com>
-rw-r--r--output/outobj.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/output/outobj.c b/output/outobj.c
index 225ea4fe..6b173eb9 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;