Files
nethack/win
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
2019-04-19 12:28:14 -07:00
2019-01-29 17:14:55 -08:00
2019-01-29 17:14:55 -08:00
2018-11-11 10:29:52 -05:00
2019-01-29 17:07:00 -05:00
2019-03-12 21:30:22 -04:00
2019-04-19 12:28:14 -07:00
2019-04-01 09:27:09 -07:00