[Github-comments] [geany/geany] Ctags sync, part 1 (#1160)

Jiří Techet notifications at xxxxx
Thu Aug 4 13:54:15 UTC 2016


> @@ -387,7 +387,7 @@ extern void makeTagEntry (const tagEntryInfo *const tag)
>  {
>  	Assert (tag->name != NULL);
>  	if (tag->name [0] == '\0')
> -		error (WARNING, "ignoring null tag in %s", vStringValue (File.name));
> +		error (WARNING, "ignoring null tag in %s", getInputFileName ());

The difference is only when #line directives are used - the "input" value is without line directives processed (which we want because we want the lines in source files) while "source" is when the directives are taken into account. But I think this happens only when some command-line switch is enabled and if not, both are the same.

---
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/pull/1160/files/7ac17b662facd503d0c822cd61726f329b3a4607..1e36d2367e2b1180a84d7830b0f0e79be2dc44c8#r73525627
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.geany.org/pipermail/github-comments/attachments/20160804/c25a1844/attachment.html>


More information about the Github-comments mailing list