Reverted 'h' suffix detection
This causes too many breaking changes in the NV namespace.
This commit is contained in:
parent
ac0fab7760
commit
635bb85313
1 changed files with 1 additions and 1 deletions
|
@ -44,7 +44,7 @@ namespace Bind
|
|||
class FuncProcessor
|
||||
{
|
||||
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);
|
||||
static readonly Regex EndingsNotToTrim = new Regex(
|
||||
"(sh|ib|[tdrey]s|[eE]n[vd]|bled" +
|
||||
|
|
Loading…
Reference in a new issue