summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Drake <michael.drake@codethink.co.uk>2017-10-29 15:16:21 +0000
committerMichael Drake <michael.drake@codethink.co.uk>2017-10-29 15:16:21 +0000
commit0687687c379f43f6decf0d53595671f020ac92cc (patch)
tree17492c075e95eef8b19da9b02b4149dbf6927b5c
parentea7da966de05e5f372997f8969f64685f732a6a0 (diff)
downloadnetsurf-0687687c379f43f6decf0d53595671f020ac92cc.tar.gz
netsurf-0687687c379f43f6decf0d53595671f020ac92cc.tar.bz2
Duktape: Revert alignment of `struct duk_hobject`.
-rw-r--r--content/handlers/javascript/duktape/duktape.c6
1 files changed, 1 insertions, 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