summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBehdad Esfahbod <behdad@behdad.org>2012-02-07 11:20:18 -0500
committerBehdad Esfahbod <behdad@behdad.org>2012-02-07 11:20:18 -0500
commit624feeed252024dcc076903e26f6b625f2c93c7f (patch)
tree2c0431d66f563d1b171a22f752a06f7b8833edae
parent4717a185539d678b2040820e05bfe065d5d7c16d (diff)
Don't force using packed structs
This was causing SIGBUS on some ARM systems.
-rw-r--r--src/harfbuzz-global.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/harfbuzz-global.h b/src/harfbuzz-global.h
index bccd6a2..d4e6b46 100644
--- a/src/harfbuzz-global.h
+++ b/src/harfbuzz-global.h
@@ -39,10 +39,6 @@
#define HB_END_HEADER /* nothing */
#endif
-#if defined(__GNUC__) || defined(_MSC_VER)
-#define HB_USE_PACKED_STRUCTS
-#endif
-
HB_BEGIN_HEADER
#ifndef FALSE