Re: [PATCH:libXaw3d] Just use C89 size_t instead of rolling our own Size_t Off_t

2014-11-06 Thread Hans de Goede
Hi, On 11/06/2014 03:26 AM, Alan Coopersmith wrote: Signed-off-by: Alan Coopersmith alan.coopersm...@oracle.com Looks good: Reviewed-by: Hans de Goede hdego...@redhat.com Regards, Hans --- src/AsciiSrc.c | 15 --- src/MultiSrc.c | 16 2 files changed,

[PATCH:libXaw3d] Just use C89 size_t instead of rolling our own Size_t Off_t

2014-11-05 Thread Alan Coopersmith
Signed-off-by: Alan Coopersmith alan.coopersm...@oracle.com --- src/AsciiSrc.c | 15 --- src/MultiSrc.c | 16 2 files changed, 8 insertions(+), 23 deletions(-) diff --git a/src/AsciiSrc.c b/src/AsciiSrc.c index 2f59441..ff7b9df 100644 --- a/src/AsciiSrc.c +++