Author: julianfoad Revision: 921916 Modified property: svn:log Modified: svn:log at Fri Mar 12 13:09:00 2010 ------------------------------------------------------------------------------ --- svn:log (original) +++ svn:log Fri Mar 12 13:09:00 2010 @@ -1,7 +1,9 @@ Eliminate or comment a few type casts. * subversion/libsvn_repos/fs-wrap.c - (svn_repos_fs_get_mergeinfo): Comment a type cast. + (svn_repos_fs_get_mergeinfo): Comment a type cast. (The type cast is + logically casting away "const", but "const" will not be added to the + function prototype until the future r922239.) * subversion/libsvn_repos/load.c (renumber_mergeinfo_revs): Eliminate two type casts.
