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!
>
> 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 */
>
>