[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 dag.c dag.h editor.c rev-table.c rev-table.h txn.c

From: Greg Stein <gstein_at_lyra.org>
Date: 2001-03-13 03:52:42 CET

On Tue, Mar 13, 2001 at 01:08:53AM -0000, kfogel@tigris.org wrote:
>...
> +svn_error_t *
> +svn_fs__dag_commit_txn (svn_revnum_t *new_rev,
> + svn_fs_t *fs,
> + const char *svn_txn,
> + trail_t *trail)
> +{
>...
> + svn_fs__prepend (svn_fs__str_atom ((char *) "revision", trail->pool),
> + new_revision_skel);

The cast is no longer required.

>...
> --- dag.h 2001/03/12 18:28:30 1.36
> +++ dag.h 2001/03/13 01:08:52 1.37
>...
> +svn_error_t *
> +svn_fs__dag_commit_txn (svn_revnum_t *new_rev,
> + svn_fs_t *fs,
> + const char *svn_txn,
> + trail_t *trail);

Duplicate definition.

Cheers,
-g

-- 
Greg Stein, http://www.lyra.org/
Received on Sat Oct 21 14:36:25 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.