mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-19 01:03:04 +00:00
style: glr.c: comment changes
* data/skeletons/glr.c: here.
This commit is contained in:
@@ -623,16 +623,16 @@ yytnamerr (char *yyres, const char *yystr)
|
|||||||
|
|
||||||
#endif /* !YYERROR_VERBOSE */
|
#endif /* !YYERROR_VERBOSE */
|
||||||
|
|
||||||
/** State numbers, as in LALR(1) machine */
|
/** State numbers. */
|
||||||
typedef int yyStateNum;
|
typedef int yyStateNum;
|
||||||
|
|
||||||
/** Rule numbers, as in LALR(1) machine */
|
/** Rule numbers. */
|
||||||
typedef int yyRuleNum;
|
typedef int yyRuleNum;
|
||||||
|
|
||||||
/** Grammar symbol */
|
/** Grammar symbol. */
|
||||||
typedef int yySymbol;
|
typedef int yySymbol;
|
||||||
|
|
||||||
/** Item references, as in LALR(1) machine */
|
/** Item references. */
|
||||||
typedef short yyItemNum;
|
typedef short yyItemNum;
|
||||||
|
|
||||||
typedef struct yyGLRState yyGLRState;
|
typedef struct yyGLRState yyGLRState;
|
||||||
|
|||||||
Reference in New Issue
Block a user