summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2004-12-22 18:26:37 +0000
committerPaul Eggert <eggert@cs.ucla.edu>2004-12-22 18:26:37 +0000
commitf28ac696ee611702d0f2c4883822956dd73e0acd (patch)
tree1c60e3837a74fa0607a011afa322caa3bc264340
parente019c2477959aac474358ae74502fd96a60dfb89 (diff)
downloadbison-f28ac696ee611702d0f2c4883822956dd73e0acd.tar.gz
(Location Default Action): Mention that n must be zero when k is zero.
-rw-r--r--doc/bison.texinfo2
1 files changed, 1 insertions, 1 deletions
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: