From mboxrd@z Thu Jan 1 00:00:00 1970 From: "H . J . Lu" To: GDB Subject: Should gdb know "short unsigned int"? Date: Tue, 02 Oct 2001 15:58:00 -0000 Message-id: <20011002155817.A6952@lucon.org> X-SW-Source: 2001-10/msg00034.html Should gdb know "short unsigned int"? I got (gdb) p (short unsigned int) 10 A parse error in expression, near ` int) 10'. (gdb) p (unsigned short int) 10 $3 = 10 H.J.