X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/f16b08196c780556cbf50691e2944960aebc46f6..3d3bc1fe30f356cf674a979409e86ea0f88de4a0:/src/lalr.c diff --git a/src/lalr.c b/src/lalr.c index 15213422..a214dc57 100644 --- a/src/lalr.c +++ b/src/lalr.c @@ -262,7 +262,7 @@ build_relations (void) while (!done) { done = true; - /* Each rhs ends in an item number, and there is a + /* Each rhs ends in a rule number, and there is a sentinel before the first rhs, so it is safe to decrement RP here. */ rp--;