]> git.ipfire.org Git - thirdparty/vala.git/commit
vala: Add Symbol.is_extern and use/set is accordingly
authorRico Tzschichholz <ricotz@ubuntu.com>
Tue, 18 Jun 2019 21:34:09 +0000 (23:34 +0200)
committerRico Tzschichholz <ricotz@ubuntu.com>
Thu, 4 Jul 2019 10:18:11 +0000 (12:18 +0200)
commitb35b0b1a673e498fbb065a6fb7b68bc714142826
treeb210b5c76f06a033bc58f7c7bcf6a76b8d7bac26
parent8f86bb72abd78af99e413e64f8acc9d0d71a7d6d
vala: Add Symbol.is_extern and use/set is accordingly

This actually holds the information whether a symbol was declared
with `extern` modificator. Adjust the setting of Symbol.external and
usage of Symbol.external_package.

See https://gitlab.gnome.org/GNOME/vala/issues/745
vala/valaenumvaluetype.vala
vala/valagenieparser.vala
vala/valagirparser.vala
vala/valamethod.vala
vala/valaparser.vala
vala/valasymbol.vala