]> Nishi Git Mirror - gwion.git/commitdiff
:art: Transparency
authorJérémie Astor <fennecdjay@gmail.com>
Wed, 6 Jan 2021 21:33:39 +0000 (22:33 +0100)
committerJérémie Astor <fennecdjay@gmail.com>
Wed, 6 Jan 2021 21:33:39 +0000 (22:33 +0100)
include/env/value.h

index 094ab557e293d59c8c53838d38c9e85aa8d63430..db136b8460d46cbb461fae64a8e7cb516bebee7a 100644 (file)
@@ -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;