style: update comments

* src/reader.c: action_obstack was removed in 2002...
* src/parse-gram.y: Better names.
* src/scan-code.h: More comments.
This commit is contained in:
Akim Demaille
2020-07-05 08:34:39 +02:00
parent 49f1e5f428
commit 0820f16ca8
4 changed files with 11 additions and 8 deletions

View File

@@ -695,12 +695,10 @@ packgram (void)
}
/*------------------------------------------------------------------.
| Read in the grammar specification and record it in the format |
| described in gram.h. All actions are copied into ACTION_OBSTACK, |
| in each case forming the body of a C function (YYACTION) which |
| contains a switch statement to decide which action to execute. |
`------------------------------------------------------------------*/
/*--------------------------------------------------------------.
| Read in the grammar specification and record it in the format |
| described in gram.h. |
`--------------------------------------------------------------*/
void
reader (const char *gram)