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

Colomban Wendling notifications at xxxxx
Sat Aug 6 00:22:54 UTC 2016


> +}
> +
> +extern boolean isDestinationStdout (void)
> +{
> +	boolean toStdout = FALSE;
> +
> +	if (Option.xref  ||  Option.filter  ||
> +		(Option.tagFileName != NULL  &&  (strcmp (Option.tagFileName, "-") == 0
> +						  || strcmp (Option.tagFileName, "/dev/stdout") == 0
> +		)))
> +		toStdout = TRUE;
> +	return toStdout;
> +}
> +
> +
> +# if defined (WIN32)

shouldn't probably have the space after the `#` as IIUC it's top level

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


More information about the Github-comments mailing list