From 3551f44814abf7702f48389158410c09a71f3771 Mon Sep 17 00:00:00 2001 From: Lukas Larsson Date: Mon, 18 Feb 2019 20:37:53 +0100 Subject: erts: Remove etp macro offsetof The macro command was added quite recently and far from all of our testmachines have this command --- erts/etc/unix/etp-commands.in | 2 -- 1 file changed, 2 deletions(-) (limited to 'erts/etc/unix') diff --git a/erts/etc/unix/etp-commands.in b/erts/etc/unix/etp-commands.in index 54b7628137..bb7b1a73f5 100644 --- a/erts/etc/unix/etp-commands.in +++ b/erts/etc/unix/etp-commands.in @@ -4373,8 +4373,6 @@ document etp-init %--------------------------------------------------------------------------- end -macro define offsetof(t, f) &((t *) 0)->f) - define hook-run set $_exitsignal = -1 end -- cgit v1.2.3