shithub: scc

Download patch

ref: 020554b30192131ab687d5bfb6b89b3518173085
parent: c9530dc787725c9184007bc6c1f5c2c6fcc11ccc
author: Roberto E. Vargas Caballero <[email protected]>
date: Fri Mar 13 04:56:29 EDT 2015

Remove inclusion guard in cc1.h

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

--- a/cc1/cc1.h
+++ b/cc1/cc1.h
@@ -1,8 +1,5 @@
-#ifndef CC1_H
-#define CC1_H
 
 
-
 struct user_opt {
 	unsigned char implicit;
 	unsigned char mixdcls;
@@ -188,5 +185,3 @@
 
 extern Node *expr(void);
 extern void extdecl(void), decl(void);
-
-#endif