From: Paul Eggert Date: Wed, 22 Dec 2004 18:26:37 +0000 (+0000) Subject: (Location Default Action): Mention that n must be zero when k is zero. X-Git-Tag: BISON-2_0~11 X-Git-Url: https://git.saurik.com/bison.git/commitdiff_plain/f28ac696ee611702d0f2c4883822956dd73e0acd (Location Default Action): Mention that n must be zero when k is zero. --- diff --git a/doc/bison.texinfo b/doc/bison.texinfo index 2cbfaad5..1a1f3417 100644 --- a/doc/bison.texinfo +++ b/doc/bison.texinfo @@ -3479,7 +3479,7 @@ By default, @code{YYLLOC_DEFAULT} is defined this way: where @code{YYRHSLOC (rhs, k)} is the location of the @var{k}th symbol in @var{rhs} when @var{k} is positive, and the location of the symbol -just before the reduction when @var{k} is zero. +just before the reduction when @var{k} and @var{n} are both zero. When defining @code{YYLLOC_DEFAULT}, you should consider that: