This is the mail archive of the gdb-patches@sources.redhat.com mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: [patch] Zap some PTR's


> To follow up a recent discussion.
>> 
>> Andrew
>> 2001-06-06  Andrew Cagney  <ac131313@redhat.com>
>> 
>> * symfile.c (compare_psymbols): Replace PTR with void*. Delete
>> declaration.
>> (compare_symbols): Ditto.
> 
> 
> Um, okay, i'm confused.
> Why delete the declaration?
> Did I miss something?


Given they wern't doing anything useful (no forward references), it 
provided a quick and easy way of eliminating that part of the problem.

	Andrew



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]