This is the mail archive of the gdb-patches@sourceware.org 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]
Other format: [Raw text]

Re: [RFC 1/8] Language independent bits


>>>>> "Jan" == Jan Kratochvil <jan.kratochvil@redhat.com> writes:

>> +    int expout_size;
Jan> Memory object size does not fit into `int', it should be `size_t'.

I agree, but I think that mixing different kinds of refactorings into
one patch can be unnecessarily complicated and confusing.  The 'int' is
already there today.

Tom


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