scc

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

commit 020554b30192131ab687d5bfb6b89b3518173085
parent c9530dc787725c9184007bc6c1f5c2c6fcc11ccc
Author: Roberto E. Vargas Caballero <k0ga@shike2.com>
Date:   Fri, 13 Mar 2015 08:56:29 +0000

Remove inclusion guard in cc1.h

This file is designed to be not included twice, if a programmer
does it, kill him.

Diffstat:
Mcc1/cc1.h | 5-----
1 file changed, 0 insertions(+), 5 deletions(-)

diff --git a/cc1/cc1.h b/cc1/cc1.h @@ -1,6 +1,3 @@ -#ifndef CC1_H -#define CC1_H - struct user_opt { @@ -188,5 +185,3 @@ extern void freetree(Node *np); extern Node *expr(void); extern void extdecl(void), decl(void); - -#endif