[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: CVS update: subversion/subversion/libsvn_fs editor.c

From: Greg Stein <gstein_at_lyra.org>
Date: 2001-02-21 00:23:31 CET

On Tue, Feb 20, 2001 at 09:10:50PM -0000, kfogel@tigris.org wrote:
> User: kfogel
> Date: 01/02/20 13:10:50
>
> Modified: subversion/libsvn_fs editor.c
> Log:
> Oops, remove noncompiling code from last checkin.
>...
> --- editor.c 2001/02/20 21:10:20 1.11
> +++ editor.c 2001/02/20 21:10:49 1.12
> @@ -259,7 +259,7 @@
>
> struct replace_args
> {
> - fooo;
> + /* fooo; */
> };

This point is moot because the above code is gone...

but FYI: empty structs are not portably compilable. GCC allows it, but some
compilers don't. (I use "int foo;" in my fill-this-in structs)

Cheers,
-g

-- 
Greg Stein, http://www.lyra.org/
Received on Sat Oct 21 14:36:22 2006

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.