mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-09 12:23:04 +00:00
fix: copyable instead of copiable
Reported by Frank Heckenbach. http://lists.gnu.org/archive/html/bug-bison/2019-05/msg00020.html * data/skeletons/lalr1.cc, doc/bison.texi: here.
This commit is contained in:
@@ -218,7 +218,7 @@ m4_define([b4_shared_declarations],
|
||||
]b4_token_constructor_define[
|
||||
|
||||
private:
|
||||
/// This class is not copiable.
|
||||
/// This class is not copyable.
|
||||
]b4_parser_class[ (const ]b4_parser_class[&);
|
||||
]b4_parser_class[& operator= (const ]b4_parser_class[&);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user