From 0a0b43fa5b4c00dcd9c6c26dea968d2368fc6eae Mon Sep 17 00:00:00 2001 From: Steve Hay Date: Wed, 9 Jan 2008 17:59:11 +0000 Subject: Fix prototype in regexp code following #32851, and regen p4raw-id: //depot/perl@32925 --- regexp.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'regexp.h') diff --git a/regexp.h b/regexp.h index b41c0a41e1..74973aeb5f 100644 --- a/regexp.h +++ b/regexp.h @@ -129,7 +129,7 @@ typedef struct re_scream_pos_data_s * Any regex engine implementation must be able to build one of these. */ typedef struct regexp_engine { - REGEXP* (*comp) (pTHX_ const SV * const pattern, const U32 flags); + REGEXP* (*comp) (pTHX_ const SV * const pattern, U32 flags); I32 (*exec) (pTHX_ REGEXP * const rx, char* stringarg, char* strend, char* strbeg, I32 minend, SV* screamer, void* data, U32 flags); -- cgit v1.2.1