@techee commented on this pull request.
In ctags/gnu_regex/regex_internal.h:
> @@ -418,7 +418,7 @@ static unsigned int re_string_context_at (const re_string_t *input, int idx, #define re_string_skip_bytes(pstr,idx) ((pstr)->cur_idx += (idx)) #define re_string_set_index(pstr,idx) ((pstr)->cur_idx = (idx)) -#ifdef WIN32 +#ifdef _WIN32
Oh, so it can go away after the next ctags sync?
I didn't sync it because it's a lot of new files, see
https://github.com/universal-ctags/ctags/tree/master/gnulib
I'm not sure if we want all this but of course I could do it.
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.