summaryrefslogtreecommitdiff
path: root/util.c
diff options
context:
space:
mode:
authorIlya Zakharevich <ilya@math.berkeley.edu>1998-03-04 18:55:54 -0500
committerMalcolm Beattie <mbeattie@sable.ox.ac.uk>1998-03-05 19:12:14 +0000
commit2779dcf1a3ceec167d36a36fc44de44737edcc4c (patch)
treee91883f4c1fd963dbccd4a752591b8144c57bf1c /util.c
parent4dab3d39561362222a38b2524aa7c6adfc2626de (diff)
downloadperl-2779dcf1a3ceec167d36a36fc44de44737edcc4c.tar.gz
[5.004_61 PATCH] Make incompatible changes to RE engine NOW
p4raw-id: //depot/perl@785
Diffstat (limited to 'util.c')
-rw-r--r--util.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/util.c b/util.c
index 770aa29419..6cb8e6930b 100644
--- a/util.c
+++ b/util.c
@@ -891,7 +891,7 @@ mem_collxfrm(const char *s, STRLEN len, STRLEN *xlen)
#endif /* USE_LOCALE_COLLATE */
void
-fbm_compile(SV *sv)
+fbm_compile(SV *sv, U32 flags /* not used yet */)
{
register unsigned char *s;
register unsigned char *table;