From 1d6e0f8281a3b00829f8360c9fcf58b69788d401 Mon Sep 17 00:00:00 2001 From: matz Date: Fri, 4 Jan 2002 14:20:35 +0000 Subject: forgot to commit everything bug ChangeLog git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_6@1960 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- regex.h | 1 - 1 file changed, 1 deletion(-) (limited to 'regex.h') diff --git a/regex.h b/regex.h index a0758fc7aa..d5eb01d235 100644 --- a/regex.h +++ b/regex.h @@ -132,7 +132,6 @@ struct re_pattern_buffer char *must; /* Pointer to exact pattern which strings should have to be matched. */ int *must_skip; /* Pointer to exact pattern skip table for bm_search */ - char *stclass; /* Pointer to character class list at top */ long options; /* Flags for options such as extended_pattern. */ long re_nsub; /* Number of subexpressions found by the compiler. */ char fastmap_accurate; -- cgit v1.2.3