return;
}
- if (!c.external || (c.source_type == SourceFileType.FAST && c.value != null)) {
+ if (!c.external && c.value != null) {
generate_type_declaration (c.type_reference, decl_space);
c.value.emit (this);
G_DEBUG=fatal-warnings $(top_builddir)/compiler/valac \
-C \
--disable-version-header \
+ --vapidir $(top_srcdir)/vapi \
--fast-vapi fastvapitest.vapi \
--basedir $(srcdir) \
$(srcdir)/fastvapitest.vala; \
G_DEBUG=fatal-warnings $(top_builddir)/compiler/valac \
-C \
--disable-version-header \
+ --vapidir $(top_srcdir)/vapi \
--use-fast-vapi fastvapitest.vapi \
--basedir $(srcdir) \
- $(srcdir)/usefastvapitest.vala; \
+ $(srcdir)/usefastvapitest.vala || exit 1; \
rm -f fastvapitest.vapi fastvapitest.c usefastvapitest.c
check: check-fastvapi