shithub: scc

Download patch

ref: 0bab8ee83c31cd1512c33b85a3825e1cd87c9b85
parent: c8a370bc13b78bbf98b2d25446d80444991760d1
author: Roberto E. Vargas Caballero <k0ga@shike2.com>
date: Sun Feb 26 04:09:11 EST 2017

[cc1] Remove unneeded inclusion in decl.c

--- 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>