Reverted 'h' suffix detection

This causes too many breaking changes in the NV namespace.
This commit is contained in:
Stefanos A 2013-11-18 18:30:18 +01:00
parent ac0fab7760
commit 635bb85313

View file

@ -44,7 +44,7 @@ namespace Bind
class FuncProcessor class FuncProcessor
{ {
static readonly Regex Endings = new Regex( static readonly Regex Endings = new Regex(
@"([hfd]v?|u?[isb](64)?v?|v|i_v|fi)$", @"([fd]v?|u?[isb](64)?v?|v|i_v|fi)$",
RegexOptions.Compiled); RegexOptions.Compiled);
static readonly Regex EndingsNotToTrim = new Regex( static readonly Regex EndingsNotToTrim = new Regex(
"(sh|ib|[tdrey]s|[eE]n[vd]|bled" + "(sh|ib|[tdrey]s|[eE]n[vd]|bled" +