shithub: scc

Download patch

ref: aa7ece0b0028c16b9657be6bece5e9c402133a52
parent: 64ae09c9fd264a51ac2e8ccf18d37ba5e80be09b
author: Roberto E. Vargas Caballero <[email protected]>
date: Tue Mar 17 13:18:41 EDT 2015

Remove include guards in sizes.h

They are not needed.

--- a/inc/sizes.h
+++ b/inc/sizes.h
@@ -1,5 +1,3 @@
-#ifndef SIZES_H
-#define SIZES_H
 
 /*
  * 15 nesting levels of compound statements, iteration control
@@ -85,4 +83,3 @@
  * 32767 bytes in an object (in a hosted environment only)
  */
 #define OBJECTSIZ  32767
-#endif