attn: lundblad; FSFS gcc dependency
From: Greg Hudson <ghudson_at_MIT.EDU>
Date: 2005-04-05 18:08:11 CEST
r13906 added the following line of code:
+ struct commit_baton cb = { new_rev_p, fs, txn };
Initializing an aggregate object with non-constant data is a gcc-ism
On a more subjective note, thunk abstractions in C are really
svn_fs_fs__commit (stuff, pool)
svn_pool_destroy (subpool);
return err;
---------------------------------------------------------------------
|
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.