* c-lang.c (c_emit_char): Print ASCII 11 as '\v', to match
authorJim Blandy <jimb@codesourcery.com>
Wed, 19 Dec 2001 06:29:18 +0000 (06:29 +0000)
committerJim Blandy <jimb@codesourcery.com>
Wed, 19 Dec 2001 06:29:18 +0000 (06:29 +0000)
commitae23c7a3692234fd902e1394f01f8c366d299b57
treee64723114f03a800aec5041f31b18f6a8062e353
parent4dd67f29188d3bfefaebff926310e40b0a710bc8
* 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