Committed revision 24997.
Eric Gillespie <epg@pretzelnet.org> writes:
> What was the motivation for ignoring these? It's rather
> important to have them if you want your application to work on
> Windows as well as Linux...
>
> [[[
> * subversion/bindings/swig/core.i
> Don't %ignore svn_path_internal_style and svn_path_local_style.
> ]]]
>
> Index: subversion/bindings/swig/core.i
> ===================================================================
> --- subversion/bindings/swig/core.i (revision 24955)
> +++ subversion/bindings/swig/core.i (working copy)
> @@ -181,8 +181,8 @@
> * EVERY function in the file is listed in the order it appears, and is either
> * %ignore-d, or present as a comment, explicitly documenting that we wrap it.
> */
> -%ignore svn_path_internal_style;
> -%ignore svn_path_local_style;
> +// svn_path_internal_style;
> +// svn_path_local_style;
> %ignore svn_path_join;
> %ignore svn_path_join_many;
> %ignore svn_path_basename;
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
> For additional commands, e-mail: dev-help@subversion.tigris.org
>
--
Eric Gillespie <*> epg@pretzelnet.org
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Fri May 11 21:28:25 2007