On Thu, 2021-03-18 at 13:51 +0100, Gisle Vanem wrote:
> I just checked out a copy and saw this when
> building with MSVC and clang-cl.
I pushed some changes just now that allowed the Windows port to compile
and run tests using Visual Studio. I didn't check with clang-cl.
There are still 7 tests
I wrote:
dir.c(528,24): error: use of undeclared identifier 'p'
memcpy (tem, name, p - name + 1);
^
dir.c(532,24): error: use of undeclared identifier 'p'
for (tend = tem + (p - name - 1);
^
I fixed this by:
--- a/src/dir