From 9fece3fdf17ae642260ab8f8b85cb97a65bd14f7 Mon Sep 17 00:00:00 2001 From: ridiculousfish Date: Tue, 25 Mar 2014 20:06:34 -0700 Subject: Space and time optimizations for parse_node_t. Reduced size from 48 bytes to 20 bytes. --- osx/config.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'osx') diff --git a/osx/config.h b/osx/config.h index 4968a78b..99f83742 100644 --- a/osx/config.h +++ b/osx/config.h @@ -218,7 +218,9 @@ #if __GNUC__ >= 3 #define __warn_unused __attribute__ ((warn_unused_result)) #define __sentinel __attribute__ ((sentinel)) +#define __packed __attribute__ ((packed)) #else #define __warn_unused #define __sentinel +#define __packed #endif -- cgit v1.2.3