summaryrefslogtreecommitdiff
path: root/ext
diff options
context:
space:
mode:
authorAndy Dougherty <doughera@lafayette.edu>2001-11-20 06:08:13 -0500
committerJarkko Hietaniemi <jhi@iki.fi>2001-11-20 15:51:04 +0000
commit63b0a2fa5d916a951caba2bbd89ded0ba48ccbbb (patch)
tree6a51d2d7ee58ff4ccf041a69d6bc3076e6f1c773 /ext
parent8f9bc0eeea793f80d5e67f5023b3c99f3f0a576f (diff)
downloadperl-63b0a2fa5d916a951caba2bbd89ded0ba48ccbbb.tar.gz
Re: [ID 20011117.127] Not OK: perl v5.7.2 +DEVEL13048 on i686-linux 2.4.15-pre6
Message-ID: <Pine.SOL.4.10.10111201106010.15104-100000@maxwell.phys.lafayette.edu> p4raw-id: //depot/perl@13133
Diffstat (limited to 'ext')
-rw-r--r--ext/re/re.xs4
1 files changed, 0 insertions, 4 deletions
diff --git a/ext/re/re.xs b/ext/re/re.xs
index 31887255a1..35984091b6 100644
--- a/ext/re/re.xs
+++ b/ext/re/re.xs
@@ -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,