Re: small ed diff

2015-05-10 Thread Philip Guenther
On Wed, Apr 29, 2015 at 3:24 PM, David CARLIER wrote: > There it is a tiny diff about ed ... > > 1/ using a long long (for 32 bits case) for strtol. Since strtol() returns a long, how can this have any effect? > 2/ realloc => reallocarray > > Hope it has any use The point of reallocarray()

small ed diff

2015-04-29 Thread David CARLIER
Hello everybody. There it is a tiny diff about ed ... 1/ using a long long (for 32 bits case) for strtol. 2/ realloc => reallocarray Hope it has any use Kind regards. Index: ed.h === RCS file: /cvs/src/bin/ed/ed.h,v retrieving