* c-typeprint.c (c_print_type_base): Treat show = 0 just like
authorJim Kingdon <jkingdon@engr.sgi.com>
Tue, 31 Aug 1993 15:44:44 +0000 (15:44 +0000)
committerJim Kingdon <jkingdon@engr.sgi.com>
Tue, 31 Aug 1993 15:44:44 +0000 (15:44 +0000)
commit875fc229ff743de3b30287e8fa5b844d8ffafdfc
tree1ecd91ac4b7b3b68ffd4921a6e4ef61230f02005
parentac31351a627f2ab74feef9ea13adab9f363c4469
* c-typeprint.c (c_print_type_base): Treat show = 0 just like
show < 0.  The only case where we had been distinguishing is that
show = 0 used to print "struct  " or "enum  " instead of
"struct {...}" or "enum {...}" which seems clearly wrong.
gdb/ChangeLog
gdb/c-typeprint.c
This page took 0.02993 seconds and 4 git commands to generate.