OSDN Git Service

* c-lang.c (c_emit_char): Print ASCII 11 as '\v', to match
authorjimb <jimb>
Wed, 19 Dec 2001 06:29:17 +0000 (06:29 +0000)
committerjimb <jimb>
Wed, 19 Dec 2001 06:29:17 +0000 (06:29 +0000)
commit16a141efb4d8819f48307454c6650ab55e3dec62
treef13795c9696e4a449fbfb9dbee7aaa45c2ca9d0e
parent09e4e2acd21e99fde515791cac3303632cfebbfd
* c-lang.c (c_emit_char): Print ASCII 11 as '\v', to match
ISO C, and our parser.  Print ASCII 0 as '\0', since that's what
people are used to seeing.
gdb/ChangeLog
gdb/c-lang.c