You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@apr.apache.org by "William A. Rowe, Jr." <wr...@rowe-clan.net> on 2001/01/19 00:31:54 UTC

RE: cvs commit: apr/include apr_xlate.h

My bad, thanks.  Hard to see around those corners that aren't
compiled on this platform over here.

> -----Original Message-----
> From: gstein@apache.org [mailto:gstein@apache.org]
> Sent: Thursday, January 18, 2001 5:15 PM
> To: apr-cvs@apache.org
> Subject: cvs commit: apr/include apr_xlate.h
> 
> 
> gstein      01/01/18 15:15:20
> 
>   Modified:    include  apr_xlate.h
>   Log:
>   fix typo in recent APR_DECLARE work
>   
>   Revision  Changes    Path
>   1.12      +1 -2      apr/include/apr_xlate.h
>   
>   Index: apr_xlate.h
>   ===================================================================
>   RCS file: /home/cvs/apr/include/apr_xlate.h,v
>   retrieving revision 1.11
>   retrieving revision 1.12
>   diff -u -u -r1.11 -r1.12
>   --- apr_xlate.h	2001/01/18 20:07:22	1.11
>   +++ apr_xlate.h	2001/01/18 23:15:20	1.12
>   @@ -114,8 +114,7 @@
>     * @param onoff Output: whether or not the conversion is 
> single-byte-only
>     * @deffunc apr_status_t apr_xlate_get_sb(apr_xlate_t 
> *convset, int *onoff)
>     */
>   -
>   -APR_DECLARE(apr_status_t) apr_xlate_get_sb(apr_xlate_t 
> *convset, int *onoff)
>   +APR_DECLARE(apr_status_t) apr_xlate_get_sb(apr_xlate_t 
> *convset, int *onoff);
>    
>    /**
>     * Convert a buffer of text from one codepage to another.
>   
>   
>   
> 

Re: cvs commit: apr/include apr_xlate.h

Posted by Greg Stein <gs...@lyra.org>.
Not to mention how hard it is to deal with patching a bazillion files and
expecting /not/ to make a mistake :-)

No worries...

Cheers,
-g

On Thu, Jan 18, 2001 at 05:31:54PM -0600, William A. Rowe, Jr. wrote:
> My bad, thanks.  Hard to see around those corners that aren't
> compiled on this platform over here.
> 
> > -----Original Message-----
> > From: gstein@apache.org [mailto:gstein@apache.org]
> > Sent: Thursday, January 18, 2001 5:15 PM
> > To: apr-cvs@apache.org
> > Subject: cvs commit: apr/include apr_xlate.h
> > 
> > 
> > gstein      01/01/18 15:15:20
> > 
> >   Modified:    include  apr_xlate.h
> >   Log:
> >   fix typo in recent APR_DECLARE work
> >   
> >   Revision  Changes    Path
> >   1.12      +1 -2      apr/include/apr_xlate.h
> >   
> >   Index: apr_xlate.h
> >   ===================================================================
> >   RCS file: /home/cvs/apr/include/apr_xlate.h,v
> >   retrieving revision 1.11
> >   retrieving revision 1.12
> >   diff -u -u -r1.11 -r1.12
> >   --- apr_xlate.h	2001/01/18 20:07:22	1.11
> >   +++ apr_xlate.h	2001/01/18 23:15:20	1.12
> >   @@ -114,8 +114,7 @@
> >     * @param onoff Output: whether or not the conversion is 
> > single-byte-only
> >     * @deffunc apr_status_t apr_xlate_get_sb(apr_xlate_t 
> > *convset, int *onoff)
> >     */
> >   -
> >   -APR_DECLARE(apr_status_t) apr_xlate_get_sb(apr_xlate_t 
> > *convset, int *onoff)
> >   +APR_DECLARE(apr_status_t) apr_xlate_get_sb(apr_xlate_t 
> > *convset, int *onoff);
> >    
> >    /**
> >     * Convert a buffer of text from one codepage to another.
> >   
> >   
> >   
> > 

-- 
Greg Stein, http://www.lyra.org/