summaryrefslogtreecommitdiff
path: root/util.c
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2006-12-11 22:18:53 +0000
committerNicholas Clark <nick@ccl4.org>2006-12-11 22:18:53 +0000
commit373b357f184d67d2c589b8aca81c803276397db5 (patch)
treefae55c01d901014d715a4b72edadc684e1a32e62 /util.c
parentfe9016888567104767dbf71c5a5b5c31341af1f4 (diff)
downloadperl-373b357f184d67d2c589b8aca81c803276397db5.tar.gz
Move PERL_FBM_TABLE_OFFSET and PERL_FBM_FLAGS_OFFSET_FROM_TABLE to sv.h
Stow BmRARE in the SvPVX, and so delete xbm_rare. Can you see what it is yet? p4raw-id: //depot/perl@29524
Diffstat (limited to 'util.c')
-rw-r--r--util.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/util.c b/util.c
index 1ce8128fe0..daf88da933 100644
--- a/util.c
+++ b/util.c
@@ -454,9 +454,6 @@ Perl_rninstr(pTHX_ register const char *big, const char *bigend, const char *lit
return NULL;
}
-#define PERL_FBM_TABLE_OFFSET 2 /* Number of bytes between EOS and table*/
-#define PERL_FBM_FLAGS_OFFSET_FROM_TABLE -1
-
/* As a space optimization, we do not compile tables for strings of length
0 and 1, and for strings of length 2 unless FBMcf_TAIL. These are
special-cased in fbm_instr().