fix: use copiable, not copyable

Reported by Hans Åberg.
http://lists.gnu.org/archive/html/bug-bison/2019-05/msg00017.html

* data/skeletons/lalr1.cc, doc/bison.texi: here.
This commit is contained in:
Akim Demaille
2019-05-19 11:16:20 +02:00
parent 886b503e4b
commit 75db37c564
2 changed files with 10 additions and 7 deletions

View File

@@ -218,7 +218,7 @@ m4_define([b4_shared_declarations],
]b4_token_constructor_define[
private:
/// This class is not copyable.
/// This class is not copiable.
]b4_parser_class[ (const ]b4_parser_class[&);
]b4_parser_class[& operator= (const ]b4_parser_class[&);