Hi Akim.

While I don't feel qualified in commenting on the change proper, I can ...

On 06/12/2012 04:07 PM, Akim Demaille wrote:
> 
> Subject: [PATCH] yacc.c: factor.
> 
> yacc.c used to include two almost identical sections, used in the
> header when %defines is set, otherwise in the generated implementation
> file.  The main difference is that in the *.c file we used the yy*
> names (as %prefix is handled by "#define yy* <prefix>*" before), while
> the *.hh used <prefix>* names.  Keep only the later.
>
... spot this typos: s/later/latter/.

> If this is
> troublesome, b4_shared_declarations can easily take the desired prefix
> as argument.
> 
Regards,
  Stefano

Reply via email to