Files
nethack/sys/vms
nhmall 99a93fe50b some C99 changes
Instead of using index() macro defined to strchr, use C99 strchr.
Instead of using rindex() macro defined to strrchr, use C99 strrchr.

If you want to try building on a platform that doesn't offer those
two functions, these are available:
    define NOT_C99       /* to make some non-C99 code available */
    define NEED_INDEX    /* to define a macro for index()  */
    define NEED_RINDX    /* to define a macro for rindex() */
2022-10-29 10:54:25 -04:00
..
2018-11-11 10:29:52 -05:00
2021-08-10 13:35:25 -04:00
2018-04-25 16:54:50 -04:00
2022-10-26 14:21:23 -04:00
2018-04-25 16:54:50 -04:00
2021-01-02 09:22:53 -05:00
2022-10-29 10:54:25 -04:00
2022-02-07 15:15:14 -05:00
2022-05-07 10:25:13 -04:00
2022-02-07 15:15:14 -05:00
2022-09-17 15:57:52 -04:00
2022-10-29 10:54:25 -04:00