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

Colomban Wendling notifications at xxxxx
Sat Aug 6 01:23:02 UTC 2016


> +# else
> +#  define PATH_SEPARATOR '/'
> +# endif
> +#endif
> +
> +#if defined (MSDOS_STYLE_PATH) && defined (UNIX_PATH_SEPARATOR)
> +# define OUTPUT_PATH_SEPARATOR	'/'
> +#else
> +# define OUTPUT_PATH_SEPARATOR	PATH_SEPARATOR
> +#endif
> +
> +/*
> +*   DATA DECLARATIONS
> +*/
> +#if defined (MSDOS_STYLE_PATH)
> +extern const char *const PathDelimiters;

ah, it's fixed in 7e0845b083e56f59b87390507df9444c4f99b826 (on which my comment somehow shows as outdated, but I don't get why)

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


More information about the Github-comments mailing list