]> Nishi Git Mirror - gwion.git/commit
:art: Add var names to unions
authorJérémie Astor <fennecdjay@gmail.com>
Mon, 14 Dec 2020 00:21:16 +0000 (01:21 +0100)
committerJérémie Astor <fennecdjay@gmail.com>
Mon, 14 Dec 2020 00:21:16 +0000 (01:21 +0100)
commitf9bdfe9a210c39bee48183bddc547ca725d20863
tree73e8805156fee007b7a15b944495ffe431deacfc
parentf5d9c59c4cb42c9609165ef04cab0e7a74fb47cf
:art: Add var names to unions
23 files changed:
include/import/checker.h
include/import/udef.h
src/clean.c
src/import/import_udef.c
src/lib/object_op.c
src/lib/union.c
src/parse/operator.c
src/parse/scan0.c
src/parse/scan1.c
src/parse/scan2.c
tests/error/union_array_empty.gw
tests/error/union_global_private.gw
tests/error/union_global_private_static.gw
tests/error/union_global_static.gw
tests/plug/array_in_var_name_fail.c
tests/plug/union.c
tests/plug/union_fail_exp.c
tests/plug/union_member.c
tests/plug/union_name.c
tests/plug/union_tmpl.c
tests/plug/union_tmpl_fail.c
tests/plug/union_tmpl_fail2.c
tests/plug/union_tmpl_fail3.c