]> granicus.if.org Git - nethack/commit
more UCHAR_P
authorPatR <rankin@nethack.org>
Fri, 8 Mar 2019 19:48:31 +0000 (11:48 -0800)
committerPatR <rankin@nethack.org>
Fri, 8 Mar 2019 19:48:31 +0000 (11:48 -0800)
commit02b21865fd288626db6984d963078afd0ec34716
treee4332c94738ae8b7bec0d2d002a1b9d76f4bab82
parentdf84da3ec2f38460e137a4bdfb25148262d544c2
more UCHAR_P

When setting up an alternate definition for UCHAR_P to accommodate
DEC C's non-ANSI mode(s), leave the default definition to tradstdc.h.
DEC C's VAXC mode will end up expecting 'unsigned char' rather than
either 'int' or 'unsigned int'.  Not applicable for Unix but this
makes similar change there as is being made for VMS.
include/unixconf.h
include/vmsconf.h