* cplus-dem.c: Reorder args to most local functions to make them
authorFred Fish <fnf@specifix.com>
Wed, 26 Aug 1992 23:05:55 +0000 (23:05 +0000)
committerFred Fish <fnf@specifix.com>
Wed, 26 Aug 1992 23:05:55 +0000 (23:05 +0000)
commit38e9ed495cace6c983db81d029b51ade50e1e591
treeeef3d65645ee79d401e0cfe98986bf0527989bcb
parentf21798cad0072d72cd9561c0d06b29f9be7a4bf4
* cplus-dem.c:  Reorder args to most local functions to make them
follow the consistent pattern of struct work_stuff pointer first,
followed by pointer into string being demangled, followed by
pointer to the string where the result is being stored, followed
by other args.  Also generally replace most variables of name
"type" with "mangled" for consistency.  They all pointed to the
same string but half were one name and half the other.
* cplus-dem.c (LONGERNAMES):  Remove #ifndef's.
* cplus-dem.c (demangle_qualified):  Rewrite to clean up and allow
use whenever a qualified name is being demangled.
* cplus-dem.c (do_type):  Qualified names are treated similarly
to fundamental types, not as modifiers of fundamental types.
gdb/ChangeLog
gdb/cplus-dem.c
This page took 0.030751 seconds and 4 git commands to generate.