[4194] in Athena Bugs
Saber msg: v2.1.2 (DECstation Beta 3) (2/7/90 quicksilver decstation Ultrix 3.x 0 0)
daemon@ATHENA.MIT.EDU (jtkohl@ATHENA.MIT.EDU)
Mon Feb 12 09:51:30 1990
From: jtkohl@ATHENA.MIT.EDU
Date: Mon, 12 Feb 90 09:51:10 EST
To: bugs@ATHENA.MIT.EDU
Cc: jtkohl@ATHENA.MIT.EDU
The printing of character literals with no printing value is still confused.
note:
39 -> pass[0];
(char) ''
40 -> (unsigned) pass[0];
(unsigned int) 0x3
41 -> whatis pass;
Invalid argument: 'pass;'. Enter 'help whatis' for help.
41 -> whatis pass
extern char pass[32]; /* defined */