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

Colomban Wendling notifications at xxxxx
Fri Aug 5 17:40:09 UTC 2016


> +
> +	if (totalTags > 0  &&  Option.sorted)
> +	{
> +		fprintf (errout, "%lu tag%s sorted", totalTags, plural (totalTags));
> +#ifdef CLOCK_AVAILABLE
> +		fprintf (errout, " in %.02f seconds",
> +				((double) (timeStamps [2] - timeStamps [1])) / CLOCKS_PER_SEC);
> +#endif
> +		fputc ('\n', errout);
> +	}
> +
> +#ifdef TM_DEBUG
> +	fprintf (errout, "longest tag line = %lu\n",
> +			(unsigned long) TagFile.max.line);
> +#endif
> +}

actually, all 'til here

---
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/d440a81166e62d41e2b06d555b471db5fdd8d80d..ea72ecc00fc22f24eced3ffce7c7db67d5f02271#r73731166
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.geany.org/pipermail/github-comments/attachments/20160805/3f08cc3e/attachment.html>


More information about the Github-comments mailing list