summaryrefslogtreecommitdiff
path: root/THANKS
diff options
context:
space:
mode:
authorAkim Demaille <akim@lrde.epita.fr>2013-04-08 10:54:12 +0200
committerAkim Demaille <akim@lrde.epita.fr>2013-04-08 10:59:19 +0200
commite83be476a515a38f874e75a109430061c9198e4b (patch)
tree49e5dd84afbaed81a36a624fe52088324c88d777 /THANKS
parent80a2826e69b201f9a64c3f18825afe879472efb4 (diff)
downloadbison-e83be476a515a38f874e75a109430061c9198e4b.tar.gz
lalr1.cc: fix compiler warnings
Reported by Rob Conde. http://lists.gnu.org/archive/html/bug-bison/2013-03/msg00003.html * data/stack.hh (operator=, stack(const stack&)): Make this class uncopyable, i.e., "undefine" these operators: make them private and don't implement them. (clear): New. * data/lalr1.cc: Use it instead of an assignment. (parser): Make this class uncopyable.
Diffstat (limited to 'THANKS')
-rw-r--r--THANKS1
1 files changed, 1 insertions, 0 deletions
diff --git a/THANKS b/THANKS
index 9b24974f..0244a19e 100644
--- a/THANKS
+++ b/THANKS
@@ -103,6 +103,7 @@ Ralf Wildenhues Ralf.Wildenhues@gmx.de
Richard Stallman rms@gnu.org
Rob Vermaas rob.vermaas@gmail.com
Robert Anisko anisko_r@epita.fr
+Rob Conde rob.conde@ai-solutions.com
Satya Kiran Popuri satyakiran@gmail.com
Sebastian Setzer sebastian.setzer.ext@siemens.com
Sebastien Fricker sebastien.fricker@gmail.com