scc

simple C compiler
git clone git://git.2f30.org/scc
Log | Files | Refs | README | LICENSE

commit 4bec09a47dc5436f4650bab3dabad013098f99d5
parent 7bf478df16373b91bbfe2881c1008ec3e174c708
Author: Roberto E. Vargas Caballero <k0ga@shike2.com>
Date:   Sun, 17 Jan 2016 05:08:52 +0100

Remove shebang in cc2/generror

Shebangs with more of two words have portability problems
and we are using awk -f generror in the Makefile, so this
shebang is only creating confusion.

Diffstat:
Mcc2/generror | 1-
1 file changed, 0 insertions(+), 1 deletion(-)

diff --git a/cc2/generror b/cc2/generror @@ -1,4 +1,3 @@ -#!/usr/bin/env awk -f BEGIN { print "char *errlist[] = {"