@elextr 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
Ahh, ok, misunderstood ya. My quick search seemed to suggest that the change to gnulib removes all the WIN32
s from ctags and only uses _WIN32
. So this issue "should" go away when that update is done.
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.