mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-17 00:03:03 +00:00
Comment change.
This commit is contained in:
10
bison.simple
10
bison.simple
@@ -23,6 +23,11 @@
|
|||||||
This special exception was added by the Free Software Foundation
|
This special exception was added by the Free Software Foundation
|
||||||
in version 1.24 of Bison. */
|
in version 1.24 of Bison. */
|
||||||
|
|
||||||
|
/* This is the parser code that is written into each bison parser
|
||||||
|
when the %semantic_parser declaration is not specified in the grammar.
|
||||||
|
It was written by Richard Stallman by simplifying the hairy parser
|
||||||
|
used when %semantic_parser is specified. */
|
||||||
|
|
||||||
#ifndef alloca
|
#ifndef alloca
|
||||||
#ifdef __GNUC__
|
#ifdef __GNUC__
|
||||||
#define alloca __builtin_alloca
|
#define alloca __builtin_alloca
|
||||||
@@ -54,11 +59,6 @@ void *alloca ();
|
|||||||
#endif /* not GNU C. */
|
#endif /* not GNU C. */
|
||||||
#endif /* alloca not defined. */
|
#endif /* alloca not defined. */
|
||||||
|
|
||||||
/* This is the parser code that is written into each bison parser
|
|
||||||
when the %semantic_parser declaration is not specified in the grammar.
|
|
||||||
It was written by Richard Stallman by simplifying the hairy parser
|
|
||||||
used when %semantic_parser is specified. */
|
|
||||||
|
|
||||||
/* Note: there must be only one dollar sign in this file.
|
/* Note: there must be only one dollar sign in this file.
|
||||||
It is replaced by the list of actions, each action
|
It is replaced by the list of actions, each action
|
||||||
as one case of the switch. */
|
as one case of the switch. */
|
||||||
|
|||||||
10
src/bison.s1
10
src/bison.s1
@@ -23,6 +23,11 @@
|
|||||||
This special exception was added by the Free Software Foundation
|
This special exception was added by the Free Software Foundation
|
||||||
in version 1.24 of Bison. */
|
in version 1.24 of Bison. */
|
||||||
|
|
||||||
|
/* This is the parser code that is written into each bison parser
|
||||||
|
when the %semantic_parser declaration is not specified in the grammar.
|
||||||
|
It was written by Richard Stallman by simplifying the hairy parser
|
||||||
|
used when %semantic_parser is specified. */
|
||||||
|
|
||||||
#ifndef alloca
|
#ifndef alloca
|
||||||
#ifdef __GNUC__
|
#ifdef __GNUC__
|
||||||
#define alloca __builtin_alloca
|
#define alloca __builtin_alloca
|
||||||
@@ -54,11 +59,6 @@ void *alloca ();
|
|||||||
#endif /* not GNU C. */
|
#endif /* not GNU C. */
|
||||||
#endif /* alloca not defined. */
|
#endif /* alloca not defined. */
|
||||||
|
|
||||||
/* This is the parser code that is written into each bison parser
|
|
||||||
when the %semantic_parser declaration is not specified in the grammar.
|
|
||||||
It was written by Richard Stallman by simplifying the hairy parser
|
|
||||||
used when %semantic_parser is specified. */
|
|
||||||
|
|
||||||
/* Note: there must be only one dollar sign in this file.
|
/* Note: there must be only one dollar sign in this file.
|
||||||
It is replaced by the list of actions, each action
|
It is replaced by the list of actions, each action
|
||||||
as one case of the switch. */
|
as one case of the switch. */
|
||||||
|
|||||||
@@ -23,6 +23,11 @@
|
|||||||
This special exception was added by the Free Software Foundation
|
This special exception was added by the Free Software Foundation
|
||||||
in version 1.24 of Bison. */
|
in version 1.24 of Bison. */
|
||||||
|
|
||||||
|
/* This is the parser code that is written into each bison parser
|
||||||
|
when the %semantic_parser declaration is not specified in the grammar.
|
||||||
|
It was written by Richard Stallman by simplifying the hairy parser
|
||||||
|
used when %semantic_parser is specified. */
|
||||||
|
|
||||||
#ifndef alloca
|
#ifndef alloca
|
||||||
#ifdef __GNUC__
|
#ifdef __GNUC__
|
||||||
#define alloca __builtin_alloca
|
#define alloca __builtin_alloca
|
||||||
@@ -54,11 +59,6 @@ void *alloca ();
|
|||||||
#endif /* not GNU C. */
|
#endif /* not GNU C. */
|
||||||
#endif /* alloca not defined. */
|
#endif /* alloca not defined. */
|
||||||
|
|
||||||
/* This is the parser code that is written into each bison parser
|
|
||||||
when the %semantic_parser declaration is not specified in the grammar.
|
|
||||||
It was written by Richard Stallman by simplifying the hairy parser
|
|
||||||
used when %semantic_parser is specified. */
|
|
||||||
|
|
||||||
/* Note: there must be only one dollar sign in this file.
|
/* Note: there must be only one dollar sign in this file.
|
||||||
It is replaced by the list of actions, each action
|
It is replaced by the list of actions, each action
|
||||||
as one case of the switch. */
|
as one case of the switch. */
|
||||||
|
|||||||
Reference in New Issue
Block a user