mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-08-19 23:54:25 +00:00
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:
+4
-6
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user