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


On Monday, January 16 2012, Tom Tromey wrote:

>>>>>> "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.

I already replaced `int' by `size_t'.  Do you want me to revert the change?


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