On Thu, Jun 21, 2001 at 02:27:33PM +0200, Artur Bergman wrote:
> 01-06-21 14.04, skrev Artur Bergman p� [EMAIL PROTECTED] f�ljande:
> 
> > 01-06-21 13.22, skrev Artur Bergman p� [EMAIL PROTECTED] f�ljande:
> 
> Argh, I am realy zonked today, the following is the correct patch! honest!

Thanks, applied.  I also threw in a few extra parentheses for free.

> > 
> > Should of course be.
> > 
> > --- op.h.old    Thu Jun 21 13:11:55 2001
> > +++ op.h    Thu Jun 21 13:16:18 2001
> > @@ -245,6 +245,9 @@
> > #endif
> > };
> > 
> > +#define PM_GETRE(o)     o->op_pmregexp
> > +#define PM_SETRE(o,r)   o->op_pmregexp = r
> > +
> > #define PMdf_USED    0x01        /* pm has been used once already */
> > #define PMdf_TAINTED    0x02        /* pm compiled from tainted pattern */
> > #define PMdf_UTF8    0x04        /* pm compiled from utf8 data */
> > 
> > 

-- 
$jhi++; # http://www.iki.fi/jhi/
        # There is this special biologist word we use for 'stable'.
        # It is 'dead'. -- Jack Cohen

Reply via email to