summaryrefslogtreecommitdiff
path: root/regcomp.h
diff options
context:
space:
mode:
authorRafael Garcia-Suarez <rgarciasuarez@gmail.com>2005-03-22 09:21:09 +0000
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>2005-03-22 09:21:09 +0000
commit0111c4fd47c4cca05ba4f96d1ff28f7e9ff79155 (patch)
tree28a574650c97913efe008d8a4a4aa5dcc09c22b7 /regcomp.h
parenta399f54aa42608589fd1ea74b6eb5f6dc14c9622 (diff)
downloadperl-0111c4fd47c4cca05ba4f96d1ff28f7e9ff79155.tar.gz
Rename ${^RE_TRIE_MAXBUFF} to ${^RE_TRIE_MAXBUF},
and other neatification p4raw-id: //depot/perl@24065
Diffstat (limited to 'regcomp.h')
-rw-r--r--regcomp.h9
1 files changed, 4 insertions, 5 deletions
diff --git a/regcomp.h b/regcomp.h
index dbf55f556d..74df7abf86 100644
--- a/regcomp.h
+++ b/regcomp.h
@@ -337,7 +337,7 @@ START_EXTERN_C
EXTCONST U8 PL_varies[];
#else
EXTCONST U8 PL_varies[] = {
- BRANCH, BACK, STAR, PLUS, CURLY, CURLYX, REF, REFF, REFFL,
+ BRANCH, BACK, STAR, PLUS, CURLY, CURLYX, REF, REFF, REFFL,
WHILEM, CURLYM, CURLYN, BRANCHJ, IFTHEN, SUSPEND, CLUMP, 0
};
#endif
@@ -369,7 +369,7 @@ typedef struct re_scream_pos_data_s
/* .what is a character array with one character for each member of .data
* The character describes the function of the corresponding .data item:
- * f - start-class data for regstclass optimization
+ * f - start-class data for regstclass optimization
* n - Root of op tree for (?{EVAL}) item
* o - Start op for (?{EVAL}) item
* p - Pad for (?{EVAL} item
@@ -485,9 +485,8 @@ typedef struct _reg_trie_data reg_trie_data;
#define DO_TRIE 1
#define TRIE_DEBUG 1
-
-#define TRIE_SIMPLE_MAX_BUFF 65536
-#define RE_TRIE_MAXBUFF "\022E_TRIE_MAXBUFF"
+#define RE_TRIE_MAXBUF_INIT 65536
+#define RE_TRIE_MAXBUF_NAME "\022E_TRIE_MAXBUF"
#define RE_DEBUG_FLAGS "\022E_DEBUG_FLAGS"
/* If you change these be sure to update ext/re/re.pm as well */