Latest CVS won't compile for me

Josh Sled jsled@asynchronous.org
Wed, 7 Aug 2002 10:46:03 -0700


On Wed, Aug 07, 2002 at 07:26:09AM -0400, Tim Wunder wrote:

| I get this error:
| dialog-sxsincelast.c: In function `create_each_transaction_helper':
| dialog-sxsincelast.c:2029: parse error before `*'
| dialog-sxsincelast.c:2051: invalid lvalue in assignment

Hmmm... gcc should have complained about this to me, but didn't; it was
a line like:

for ( foo; bar; baz ) {
	<assignment>

	Account *acct;

	<code>
	<...>
}

Anyways, it's fixed.

...jsled