From 0687687c379f43f6decf0d53595671f020ac92cc Mon Sep 17 00:00:00 2001 From: Michael Drake Date: Sun, 29 Oct 2017 15:16:21 +0000 Subject: Duktape: Revert alignment of `struct duk_hobject`. --- content/handlers/javascript/duktape/duktape.c | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/content/handlers/javascript/duktape/duktape.c b/content/handlers/javascript/duktape/duktape.c index 5e3b467f9..3139b6998 100644 --- a/content/handlers/javascript/duktape/duktape.c +++ b/content/handlers/javascript/duktape/duktape.c @@ -6663,11 +6663,7 @@ struct duk_hobject { duk_uint32_t h_size; /* hash part size or 0 if unused */ #endif #endif -} -#if (DUK_USE_ALIGN_BY == 8) -__attribute__ ((aligned (8))) -#endif -; +}; /* * Exposed data -- cgit v1.2.1