]> git.saurik.com Git - bison.git/commitdiff
* data/glr.c (yyaddDeferredAction): Flesh out the comment.
authorPaul Hilfinger <Hilfinger@CS.Berkeley.EDU>
Wed, 11 Jan 2006 23:08:49 +0000 (23:08 +0000)
committerPaul Hilfinger <Hilfinger@CS.Berkeley.EDU>
Wed, 11 Jan 2006 23:08:49 +0000 (23:08 +0000)
ChangeLog
data/glr.c

index 0d822d9a11487c1072be89519ceb3d03e61a2970..9f9d2d37f754b6b24800f6abba2aee612eaba662 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2006-01-11  Paul Hilfinger  <hilfingr@tully.CS.Berkeley.EDU>
+
+       * data/glr.c (yyaddDeferredAction): Flesh out the comment.
+
 2006-01-11  Joel E. Denny  <jdenny@ces.clemson.edu>
 
        * doc/bison.texinfo: Fix some typos.
index f3d7f99008a9d850315dc1a2b2dec94da6da4a9b..b82f5edee2862e56548512982c3126b26c35838e 100644 (file)
@@ -1101,8 +1101,10 @@ yynewGLRStackItem (yyGLRStack* yystackp, yybool yyisState)
   return yynewItem;
 }
 
-/** Stack #K = the stack from which RHS is taken.  This might not be the stack
- *  containing STATE, to which the deferred action is added.  */
+/** Add a new semantic action that will execute the action for rule
+ *  RULENUM on the semantic values in RHS to the list of
+ *  alternative actions for STATE.  Assumes that RHS comes from 
+ *  stack #K of *STACKP. */
 static void
 yyaddDeferredAction (yyGLRStack* yystackp, size_t yyk, yyGLRState* yystate,
                     yyGLRState* rhs, yyRuleNum yyrule)