commit aa7ece0b0028c16b9657be6bece5e9c402133a52
parent 64ae09c9fd264a51ac2e8ccf18d37ba5e80be09b
Author: Roberto E. Vargas Caballero <k0ga@shike2.com>
Date: Tue, 17 Mar 2015 17:18:41 +0000
Remove include guards in sizes.h
They are not needed.
Diffstat:
1 file changed, 0 insertions(+), 3 deletions(-)
diff --git 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