On Thu, Jul 30, 2015 at 05:58:05PM -0700, Bryce Harrington wrote:
> On Thu, Jul 30, 2015 at 03:07:20PM +0200, Marek Chalupa wrote:
> > wrap creating and initializing objects (structures)
> > into functions and use them in the code.
> >
> > v2. make create_.* functions consistent
> > (no func w
On Thu, Jul 30, 2015 at 03:07:20PM +0200, Marek Chalupa wrote:
> wrap creating and initializing objects (structures)
> into functions and use them in the code.
>
> v2. make create_.* functions consistent
> (no func will return NULL)
>
> Signed-off-by: Marek Chalupa
Looks good
Reviewed-by: B
wrap creating and initializing objects (structures)
into functions and use them in the code.
v2. make create_.* functions consistent
(no func will return NULL)
Signed-off-by: Marek Chalupa
---
src/scanner.c | 164 +++---
1 file changed, 11