> +
> + 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