From fabd3b431d984f277f0838053a281b19015b15c7 Mon Sep 17 00:00:00 2001 From: Akim Demaille Date: Mon, 13 Aug 2001 14:51:15 +0000 Subject: [PATCH] Typos and Copyright. --- src/bison.simple | 2 +- src/output.c | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/bison.simple b/src/bison.simple index 7a374ee5..a073070c 100644 --- a/src/bison.simple +++ b/src/bison.simple @@ -1,7 +1,7 @@ /* -*-C-*- Note some compilers choke on comments on `#line' lines. */ #line /* Skeleton output parser for bison, - Copyright 1984, 1989, 1990, 2000 Free Software Foundation, Inc. + Copyright 1984, 1989, 1990, 2000, 2001 Free Software Foundation, Inc. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/output.c b/src/output.c index b86f4611..d5c3b990 100644 --- a/src/output.c +++ b/src/output.c @@ -1,5 +1,5 @@ /* Output the generated parsing program for bison, - Copyright 1984, 1986, 1989, 1992, 2000 Free Software Foundation, Inc. + Copyright 1984, 1986, 1989, 1992, 2000, 2001 Free Software Foundation, Inc. This file is part of Bison, the GNU Compiler Compiler. @@ -293,7 +293,7 @@ output_token_translations (void) { obstack_sgrow (&table_obstack, "\ \n\ -/* YYRANSLATE(YYLEX) -- Bison token number corresponding to YYLEX. */\n"); +/* YYTRANSLATE(YYLEX) -- Bison token number corresponding to YYLEX. */\n"); if (translations) { @@ -304,7 +304,7 @@ output_token_translations (void) max_user_token_number, nsyms); output_short_or_char_table (&table_obstack, - "YYRANSLATE[YYLEX] -- Bison token number corresponding to YYLEX", + "YYTRANSLATE[YYLEX] -- Bison token number corresponding to YYLEX", ntokens < 127 ? "char" : "short", "yytranslate", token_translations, 0, 1, max_user_token_number + 1); -- 2.45.2