You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by Ben Reser <be...@reser.org> on 2004/01/11 23:19:00 UTC

[PATCH] perl bindings: Remove dependency on change to svn_types.h

This patch applies on top of the current pending large perl binding             
patch.  It makes the patch no longer depend on the change to svn_types.h
(aka [PATCH] Let SWIG pickup the INVALID and IGNORED REVNUM constants.)

They become hardcoded in core.i.  I'm not particularly fond of this
solution, but it works without touching "core" code, so I guess it'll
have to do.

They're named SWIG_SVN_*_REVNUM because SWIG whines if you name them
SVN_*_REVNUM and ignores them.

[[[
* subversion/bindings/swig/core.i
* subversion/bindings/swig/perl/Core.pm

  SVN_INVALID_REVNUM and SVN_INGORED_REVNUM fixes, since the change to
    svn_types.h didn't happen.
]]]

-- 
Ben Reser <be...@reser.org>
http://ben.reser.org

"Conscience is the inner voice which warns us somebody may be looking."
- H.L. Mencken

Re: [PATCH] perl bindings: Remove dependency on change to svn_types.h

Posted by Ben Reser <be...@reser.org>.
Committed as part of r8270.

-- 
Ben Reser <be...@reser.org>
http://ben.reser.org

"Conscience is the inner voice which warns us somebody may be looking."
- H.L. Mencken

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org