Kaydet (Commit) 939dab08 authored tarafından Colomban Wendling's avatar Colomban Wendling

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

üst fc6a9bb9
......@@ -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)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment