From b9cafab6845f11c1064429c1c2578bb879e593bf Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=A9mie=20Astor?= Date: Wed, 6 Jan 2021 22:33:39 +0100 Subject: [PATCH] :art: Transparency --- include/env/value.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/env/value.h b/include/env/value.h index 094ab557..db136b84 100644 --- a/include/env/value.h +++ b/include/env/value.h @@ -28,7 +28,7 @@ union __attribute__((transparent_union)) value_data { m_uint* ptr; struct M_Object_ *obj; Func func_ref; -}; +} __attribute__((transparent_union)); struct Value_ { Type type; -- 2.43.0