Files
nethack/win/tty
PatR 6c84ccc241 status 'fieldorder'
DEC C in one of its non-ANSI modes didn't like
 fieldorder = test ? &array1 : &array2;
It first complained that '&' applied to an array has no effect (which
was typically true in pre-ANSI environments) and once those '&'s are
ignored, the attempted assignment didn't match the variable's type.
That code was actually more complicated that it needed to be; slightly
simpler code works as intended.
2019-04-19 12:28:14 -07:00
..
2018-11-11 10:29:52 -05:00
2018-12-03 01:46:01 -08:00
2019-04-09 13:16:54 -07:00
2019-04-19 12:28:14 -07:00