Jacob Niehus wrote:
> Currently, the way sorting works in eval.c (global variables
> representing the parameters of the current state) causes undefined
> behavior in the event that a comparison function calls sort(). I moved
> the parameters into a struct so it can be changed and reverted if
> so
Currently, the way sorting works in eval.c (global variables representing the
parameters of the current state) causes undefined behavior in the event that a
comparison function calls sort(). I moved the parameters into a struct so it
can be changed and reverted if sort() is called while already