[PATCH] compilation fix for test-parsing.c
commit6bee4ed0c1f247cd2b88ac15fc85945bd6a4d176
authorAndries E. Brouwer <Andries.Brouwer@cwi.nl>
Thu, 25 Sep 2003 21:33:35 +0000 (25 14:33 -0700)
committerLinus Torvalds <torvalds@ppc970.osdl.org>
Fri, 8 Apr 2005 04:01:16 +0000 (7 21:01 -0700)
tree8a398066489bf2001e193c58889fac4f0ef2bef0
parent06437281c6e5e422141adbfac556e993789a69fe
[PATCH] compilation fix for test-parsing.c

An extra semicolon results in an empty statement, causing the
"declaration after statement" problem.

Newer versions of gcc will silently accept it, but older versions won't.
test-parsing.c