Am 17.10.2010 um 15:45 schrieb Blue Swirl:
Please [...] remove the casts where possible:
unsigned char *dest = (unsigned char *)POP();
unsigned char *dest = cell2pointer(POP());
I wasn't able to remove most char* casts due to pointer signedness warnings but I managed to drop some more ucell casts.
Andreas