0.96-1 bugs: * Under SunOS do NOT use the -DHAS_MEMCMP compiler flag. SunOS performs a signed comparison and JED assumes unsigned. See makefile.unx and remove this option. This comment also applies to other systems that use a signed comparision. `man memcmp' should provide the answer. * Do not `byte-compile' the S-Lang files by using: jed -l bytecomp.sl Instead do: jed -l preparse.sl