ANSI C doesn't allow trailing semi-colons after a function's closing brace
authorGeoff Thorpe <geoff@openssl.org>
Mon, 4 Dec 2000 04:52:38 +0000 (04:52 +0000)
committerGeoff Thorpe <geoff@openssl.org>
Mon, 4 Dec 2000 04:52:38 +0000 (04:52 +0000)
commitc0e7c3aab91105243f36bef8e1c4498776c2b9b6
treeee93e0e222a1232721e12abfd139850bd097de2a
parent733777275b28a5a45cdce48360e6e1f7b9b25c6c
ANSI C doesn't allow trailing semi-colons after a function's closing brace
so these macros probably shouldn't be used like that at all. So, this
change removes the misleading comment and also adds an implicit trailing
semi-colon to the DECLARE macros so they too don't require one.
crypto/lhash/lhash.h