From 444fbf65fbae52eb2fc8f71c5b5def73b5b37c85 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Tue, 30 Jul 1996 04:37:37 +0000 Subject: [PATCH] Comment change. --- bison.simple | 10 +++++----- src/bison.s1 | 10 +++++----- src/bison.simple | 10 +++++----- 3 files changed, 15 insertions(+), 15 deletions(-) diff --git a/bison.simple b/bison.simple index 1c853745..555df94a 100644 --- a/bison.simple +++ b/bison.simple @@ -23,6 +23,11 @@ This special exception was added by the Free Software Foundation 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 #ifdef __GNUC__ #define alloca __builtin_alloca @@ -54,11 +59,6 @@ void *alloca (); #endif /* not GNU C. */ #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. It is replaced by the list of actions, each action as one case of the switch. */ diff --git a/src/bison.s1 b/src/bison.s1 index 1c853745..555df94a 100644 --- a/src/bison.s1 +++ b/src/bison.s1 @@ -23,6 +23,11 @@ This special exception was added by the Free Software Foundation 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 #ifdef __GNUC__ #define alloca __builtin_alloca @@ -54,11 +59,6 @@ void *alloca (); #endif /* not GNU C. */ #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. It is replaced by the list of actions, each action as one case of the switch. */ diff --git a/src/bison.simple b/src/bison.simple index 1c853745..555df94a 100644 --- a/src/bison.simple +++ b/src/bison.simple @@ -23,6 +23,11 @@ This special exception was added by the Free Software Foundation 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 #ifdef __GNUC__ #define alloca __builtin_alloca @@ -54,11 +59,6 @@ void *alloca (); #endif /* not GNU C. */ #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. It is replaced by the list of actions, each action as one case of the switch. */ -- 2.45.2