1
0
mirror of https://github.com/Interlisp/maiko.git synced 2026-02-08 09:11:22 +00:00
Files
Interlisp.maiko/inc
Nick Briggs 364420db88 Fix lispcmp bytecmp (#211)
* 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()
2021-01-25 09:57:55 -08:00
..
2020-09-04 16:27:23 -07:00
2021-01-05 10:26:02 -08:00
2021-01-25 07:02:47 +00:00
2020-12-28 10:10:43 -08:00
2021-01-24 16:41:16 -08:00
2020-12-10 08:07:35 -08:00
2021-01-05 10:26:02 -08:00
2021-01-25 09:57:55 -08:00
2020-12-07 11:03:05 -08:00
2021-01-24 16:41:16 -08:00
2021-01-05 10:26:02 -08:00
2020-12-21 18:09:14 +00:00
2021-01-05 10:26:02 -08:00