regcomp.c: regex start class for sharp s
authorKarl Williamson <public@khwilliamson.com>
Fri, 23 Dec 2011 19:24:09 +0000 (12:24 -0700)
committerKarl Williamson <public@khwilliamson.com>
Thu, 19 Jan 2012 18:58:18 +0000 (11:58 -0700)
commite22b340a2e08cb60ead800f83a4e05a34a035593
treeee11fdf9c805e3b1fd96e78ecb0906117cee1039
parent3f410cf638be529b0fb3e325021d45bc856e300f
regcomp.c: regex start class for sharp s

Under most folding types, the optimizer start class should include all
of s, S, and the sharp s (\xdf) if it includes any of them.  The code
was neglecting the latter.  This is currently not relevant, as there is
special handling of the sharp s elsewhere in regcomp.c.  But this is a
step to changing that special handling to fix some bugs.
regcomp.c