scc

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

commit 346e337cbefde594d18942b63686cee9680ee82d
parent ed6c03dab33900c8555d6f6b24004fb5fa0c0913
Author: Roberto E. Vargas Caballero <k0ga@shike2.com>
Date:   Sun, 26 Feb 2017 09:09:11 +0100

[cc1] Remove unneeded inclusion in decl.c

Diffstat:
Mcc1/decl.c | 1-
1 file changed, 0 insertions(+), 1 deletion(-)

diff --git a/cc1/decl.c b/cc1/decl.c @@ -1,6 +1,5 @@ /* See LICENSE file for copyright and license details. */ static char sccsid[] = "@(#) ./cc1/decl.c"; -#include <setjmp.h> #include <stdarg.h> #include <stdio.h> #include <stdlib.h>