]> ocean-lang.org Git - ocean/blobdiff - csrc/oceani.mdc
oceani: drop 'array' field from the 'value' union.
[ocean] / csrc / oceani.mdc
index 3474508cf6a7018b186c795196f1822ee1332116..c6163a679c2ff92c8afbf6b969e0c56854829d3d 100644 (file)
@@ -1511,9 +1511,6 @@ make a copy of an array with controllable recursive depth.
                struct type *member;
        } array;
 
-###### value union fields
-       void *array;
-
 ###### value functions
 
        static void array_init(struct type *type, struct value *val)