scc

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

commit 21e726d972f0f863df67d83c78c84fab02d65150
parent 317dbb2eec14864a4a8b23b934091f4c462e22e2
Author: Roberto E. Vargas Caballero <k0ga@shike2.com>
Date:   Fri, 23 Feb 2018 15:53:35 +0000

[ar] Remove unused macros SAVE and NOSAVE

Diffstat:
Mar/main.c | 3---
1 file changed, 0 insertions(+), 3 deletions(-)

diff --git a/ar/main.c b/ar/main.c @@ -13,9 +13,6 @@ static char sccsid[] = "@(#) ./ar/main.c"; #include "../inc/arg.h" #include "../inc/scc.h" -#define NOSAVE 0 -#define SAVE 1 - enum { BEFORE, INDOT,