C++ does not allow assignment from a void pointer type to a non-void pointer type.
authorChristoph Mallon <christoph.mallon@gmx.de>
Mon, 27 Oct 2008 11:00:18 +0000 (11:00 +0000)
committerChristoph Mallon <christoph.mallon@gmx.de>
Mon, 27 Oct 2008 11:00:18 +0000 (11:00 +0000)
commit125b69bea51d05efd62599033e06ae4c035dcb64
tree814689826373b4f0000a1f15d13d99389d1f1d22
parent82a16d87e8e49e9338c2c890fca65a831aeef94d
C++ does not allow assignment from a void pointer type to a non-void pointer type.

[r23223]
parser.c