C++ function declarations with an empty parameter list denote no parameters instead...
authorChristoph Mallon <christoph.mallon@gmx.de>
Mon, 27 Oct 2008 10:46:15 +0000 (10:46 +0000)
committerChristoph Mallon <christoph.mallon@gmx.de>
Mon, 27 Oct 2008 10:46:15 +0000 (10:46 +0000)
commit956ceb582478f3e8b4dff06763d8b85494bfc16f
treedeb0edf442121e7a8414b86bf714962af54a8b81
parent0752e653e37c104df48afac4ec669bf6f7502308
C++ function declarations with an empty parameter list denote no parameters instead of unspecified parameters.

[r23221]
parser.c