Files
bison/data/skeletons
Akim Demaille 5839f4d289 c: rename yyexpected_tokens as yypcontext_expected_tokens
The user should think of yypcontext fields as accessible only via
yypcontext_* functions.  So let's rename yyexpected_tokens to reflect
that.

Let's _not_ rename yyreport_syntax_error, as the user may define this
function, and is not allowed to access directly the fields of
yypcontext_t: she *must* use the "accessors".  This is comparable to
the case of C++/Java where the user defines
parser::report_syntax_error, not parser::context::report_syntax_error.

* data/skeletons/glr.c, data/skeletons/yacc.c (yyexpected_tokens):
Rename as...
(yypcontext_expected_tokens): this.
Adjust dependencies.
2020-04-12 19:23:40 +02:00
..
2020-01-10 19:16:23 +01:00
2020-01-10 19:16:23 +01:00
2020-01-10 19:16:23 +01:00
2020-04-12 13:56:43 +02:00
2020-01-10 19:16:23 +01:00
2020-04-10 18:35:29 +02:00
2020-01-10 19:16:23 +01:00
2020-04-12 13:56:43 +02:00
2020-04-07 08:40:16 +02:00
2020-01-10 19:16:23 +01:00
2020-02-12 00:09:15 +01:00
2020-01-10 19:16:23 +01:00