Add note about possibly using bsearch in symbols_find_tm_tag().
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@2419 ea778897-0a13-0410-b9d1-a72fbfd435f5
This commit is contained in:
parent
3d65154b37
commit
865308c5d6
@ -282,6 +282,7 @@ GString *symbols_get_macro_list(void)
|
||||
}
|
||||
|
||||
|
||||
/* Note: if tags is sorted, we can use bsearch or tm_tags_find() to speed this up. */
|
||||
static TMTag *
|
||||
symbols_find_tm_tag(const GPtrArray *tags, const gchar *tag_name)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user