Change 13133 by jhi@alpha on 2001/11/20 15:51:04
Subject: Re: [ID 20011117.127] Not OK: perl v5.7.2 +DEVEL13048 on i686-linux
2.4.15-pre6
From: Andy Dougherty <[EMAIL PROTECTED]>
Date: Tue, 20 Nov 2001 11:08:13 -0500 (EST)
Message-ID:
<[EMAIL PROTECTED]>
Affected files ...
.... //depot/perl/ext/re/re.xs#18 edit
Differences ...
==== //depot/perl/ext/re/re.xs#18 (text) ====
Index: perl/ext/re/re.xs
--- perl/ext/re/re.xs.~1~ Tue Nov 20 09:00:05 2001
+++ perl/ext/re/re.xs Tue Nov 20 09:00:05 2001
@@ -3,10 +3,6 @@
#include "perl.h"
#include "XSUB.h"
-#ifdef WAS_NOT_DEBUGGING
-void Perl_deb(pTHX_ const char* pat, ...) { }
-#endif
-
extern regexp* my_regcomp (pTHX_ char* exp, char* xend, PMOP* pm);
extern I32 my_regexec (pTHX_ regexp* prog, char* stringarg, char* strend,
char* strbeg, I32 minend, SV* screamer,
End of Patch.