Closed polluks2 closed 2 years ago
On 6/10/22, polluks2 @.***> wrote:
MorphOS says
In file included from vi.c:39: regex.c:263:5: error: conflicting types for 're_comp' 263 | int re_comp(rcode *prog, const char *re, int nsubs, int flags) | ^~~~~~~ In file included from vi.c:27: /gg/include/unistd.h:144:10: note: previous declaration of 're_comp' was here 144 | char *re_comp __P((const char *)); | ^~~~~~~
Well that's annoying. Just rename it. Does it work or you get more errors?
Hi, did you solve this?
Indeed, gcc11 and clang are content.
@polluks2 try the last commit, does it work?
works, thx
MorphOS says