Fix "objects[0] class #1 not in order!" panic. The new check to make sure that the elements of objects[] were in ascending order by object class uses a plain 'char' index so -1 to indicate 'no previous value' didn't work on a system using unsigned chars. Verfied by temporarily adding '-funsigned-char' to CFLAGS before and after the revision. Before: panic, after: no panic. Fixes #337
22 KiB
22 KiB