bison-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: scan-skel.l cleanup


From: Joel E. Denny
Subject: Re: scan-skel.l cleanup
Date: Sun, 28 Jan 2007 10:12:26 -0500 (EST)

On Sun, 28 Jan 2007, Joel E. Denny wrote:

>        switch (at_directive_argc)
>          {
>            case 3:
> -            func (loc, _(at_directive_argv[2]));
> +            func (loc, _(at_directive_argv[3]));
>              break;
>            case 4:
> -            func (loc, _(at_directive_argv[2]), at_directive_argv[3]);
> +            func (loc, _(at_directive_argv[3]), at_directive_argv[4]);
>              break;
>            case 5:
> -            func (loc, _(at_directive_argv[2]), at_directive_argv[3],
> -                  at_directive_argv[4]);
> +            func (loc, _(at_directive_argv[3]), at_directive_argv[4],
> +                  at_directive_argv[5]);

I forgot to increment all the cases.  I committed a fix.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]