aboutsummaryrefslogtreecommitdiffstats
path: root/erts/include/erl_int_sizes_config.h.in
diff options
context:
space:
mode:
authorBjörn-Egil Dahlberg <[email protected]>2015-06-18 11:20:53 +0200
committerBjörn-Egil Dahlberg <[email protected]>2015-06-24 16:22:30 +0200
commitf3a0dc2a3b2ef161b83994a374ef2a447328098e (patch)
treef90f2d7f9d5e2273d8d3f1c2f3fed753bcda22b7 /erts/include/erl_int_sizes_config.h.in
parent16b83562b0d2e9f9892744dcbf7894ef7d18a82a (diff)
downloadotp-f3a0dc2a3b2ef161b83994a374ef2a447328098e.tar.gz
otp-f3a0dc2a3b2ef161b83994a374ef2a447328098e.tar.bz2
otp-f3a0dc2a3b2ef161b83994a374ef2a447328098e.zip
erts: Remove halfword in lib_src
Diffstat (limited to 'erts/include/erl_int_sizes_config.h.in')
-rw-r--r--erts/include/erl_int_sizes_config.h.in3
1 files changed, 0 insertions, 3 deletions
diff --git a/erts/include/erl_int_sizes_config.h.in b/erts/include/erl_int_sizes_config.h.in
index b18f5ebc00..88c74cdeff 100644
--- a/erts/include/erl_int_sizes_config.h.in
+++ b/erts/include/erl_int_sizes_config.h.in
@@ -35,6 +35,3 @@
/* The size of a pointer. */
#undef SIZEOF_VOID_P
-
-/* Define if building a halfword-heap 64bit emulator (needed for NIF's) */
-#undef HALFWORD_HEAP_EMULATOR