mirror of
https://github.com/Interlisp/maiko.git
synced 2026-02-16 12:43:12 +00:00
* Correct signedness of 2nd parameter of lispcmp(). * Be clear that comparison of characters in bytecmp is unsigned since GETBYTE returns unsigned char. * Make bytecmp() and lispcmp() helper functions static and removed from mkatomdefs.h. * If no BYTESWAP we need to include <string.h> for memcmp() * Use (uint8_t) rather than (unsigned char) in bytecmp when comparing to GETBYTE()
613 B
613 B