mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-22 02:33:03 +00:00
* data/yacc.c: Say "parser skeleton" rather than "file", since
it's no longer just a file. * data/glr.c: Grant a special exception for C GLR parsers, that reads like the already-existing exception for C LALR(1) parsers. * data/glr.cc: Likewise. * data/lalr1.cc: Likewise. * data/location.cc: Likewise. * data/yacc.c: Reword the "written by" statement to clarify that it was the parser skeleton, not the entire output file. * data/glr.c: Written by Paul Hilfinger. * data/glr.cc: Written by Akim Demaille. * data/lalr1.cc: Likewise.
This commit is contained in:
@@ -32,7 +32,14 @@ m4_if(b4_defines_flag, 0, [],
|
||||
b4_copyright([C++ Skeleton parser for LALR(1) parsing with Bison],
|
||||
[2002, 2003, 2004, 2005])
|
||||
dnl FIXME: This is wrong, we want computed header guards.
|
||||
[
|
||||
[/* As a special exception, when this parser skeleton is copied by
|
||||
Bison into a Bison output file, you may use that output file
|
||||
without restriction. This special exception was added by the Free
|
||||
Software Foundation for C++ LALR(1) parsers in version 2.2 of
|
||||
Bison. */
|
||||
|
||||
/* C++ LALR(1) parser skeleton written by Akim Demaille. */
|
||||
|
||||
#ifndef PARSER_HEADER_H
|
||||
# define PARSER_HEADER_H
|
||||
|
||||
|
||||
Reference in New Issue
Block a user