]> git.saurik.com Git - bison.git/commitdiff
(Location Default Action): Mention that n must be zero when k is zero.
authorPaul Eggert <eggert@cs.ucla.edu>
Wed, 22 Dec 2004 18:26:37 +0000 (18:26 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Wed, 22 Dec 2004 18:26:37 +0000 (18:26 +0000)
doc/bison.texinfo

index 2cbfaad5758c5941badd002844dae446983e0005..1a1f34173569b593268d40c80a155e1a637cd923 100644 (file)
@@ -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: