Process files in the order they are listed when generating a tags file
This commit is contained in:
parent
fc6a9bb9cb
commit
939dab08e0
@ -516,7 +516,7 @@ static GList *lookup_includes(const gchar **includes, gint includes_count)
|
|||||||
|
|
||||||
g_hash_table_destroy(table);
|
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)
|
static gchar *pre_process_file(const gchar *cmd, const gchar *inf)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user