* language.h (PRINT_LITERAL_FORM): New macro that takes character
authorFred Fish <fnf@specifix.com>
Mon, 23 Nov 1992 19:57:29 +0000 (19:57 +0000)
committerFred Fish <fnf@specifix.com>
Mon, 23 Nov 1992 19:57:29 +0000 (19:57 +0000)
commit5707ea9fad0ff4b51cc2c913af218c0a0b8278e9
tree56bbdf02b7bfe05c993493734ff173af6175a466
parentf53f0a036d1a9597223ee95a47ecf7a2a019f497
* language.h (PRINT_LITERAL_FORM):  New macro that takes character
and decides if it should be printed in literal form or some other
form, based on it's ASCII value and setting of sevenbit_strings.
* {c-exp.y, m2-exp.y} (emit_char):  Use new PRINT_LITERAL_FORM
macro, change indentation style.
**** start-sanitize-chill ****
* ch-exp.y (chill_printchar):  Use new PRINT_LITERAL_FORM macro.
* ch-exp.y (chill_printstr):  First cut at real function instead
of error stub.
**** end-sanitize-chill ****
gdb/ChangeLog
gdb/c-exp.y
gdb/ch-exp.y
gdb/language.h
gdb/m2-exp.y
This page took 0.026089 seconds and 4 git commands to generate.