Before I start, has anyone got patches for pilrc on a 64-bit platform
(NetBSD/alpha in my case)?  In pilrc.c, there's a

        Assert(sizeof(char *) == sizeof(int));

which isn't true on this platform (pointers are 64 bits, ints just 32).

Simon.

Reply via email to