eolian: enable cyclic dependencies between classes

This commit is contained in:
Daniel Kolesa 2016-12-27 21:53:00 +01:00
parent 71b217451d
commit 34abcd33c9
1 changed files with 1 additions and 6 deletions

View File

@ -679,12 +679,7 @@ static void
_parse_dep(Eo_Lexer *ls, const char *fname, const char *name)
{
if (eina_hash_find(_parsingeos, fname))
{
char buf[PATH_MAX];
eo_lexer_context_restore(ls);
snprintf(buf, sizeof(buf), "cyclic dependency '%s'", name);
eo_lexer_syntax_error(ls, buf);
}
return;
if (!eo_parser_database_fill(fname, EINA_FALSE))
{
char buf[PATH_MAX];