Process files in the order they are listed when generating a tags file

This commit is contained in:
Colomban Wendling 2018-11-12 11:33:58 +01:00
parent fc6a9bb9cb
commit 939dab08e0

View File

@ -516,7 +516,7 @@ static GList *lookup_includes(const gchar **includes, gint includes_count)
g_hash_table_destroy(table);
return includes_files;
return g_list_reverse(includes_files);
}
static gchar *pre_process_file(const gchar *cmd, const gchar *inf)