scc

simple c99 compiler
git clone git://git.simple-cc.org/scc
Log | Files | Refs | Submodules | README | LICENSE

commit 4487c528bec486eea97508050d01325bb615b92d
parent b8a1d2ca3e81343682767155f070b21e0a78fc1b
Author: Roberto E. Vargas Caballero <k0ga@shike2.com>
Date:   Tue, 13 Mar 2018 20:00:52 +0100

[nm] Make object() static

Diffstat:
Mnm/main.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/nm/main.c b/nm/main.c @@ -22,7 +22,7 @@ static int gflag; static int uflag; static int arflag; -int +static int object(char *fname, char *member, FILE *fp) { extern struct objfile *formats[];