regcomp.c: Add parameter to regclass()
authorKarl Williamson <public@khwilliamson.com>
Thu, 10 Jan 2013 22:03:39 +0000 (15:03 -0700)
committerKarl Williamson <public@khwilliamson.com>
Fri, 11 Jan 2013 18:50:37 +0000 (11:50 -0700)
commit8316ead628e0766f9c676352d8fa10eddbede091
tree9e8b2a4aa9174db9220153dd334d83af92c56a19
parent95db3ffad52173bfbe00b362573cc33a6d4c6677
regcomp.c: Add parameter to regclass()

This parameter allows the caller to specify whether multi-character
folds should be allowed or not.  In general it should, and in the case
where this commit says it shouldn't, they never are returned anyway from
Unicode properties.

This capability will be put to real use by future commits
embed.fnc
embed.h
proto.h
regcomp.c