From 635bb85313b2cc410a8b63ff40f8417022b63da2 Mon Sep 17 00:00:00 2001 From: Stefanos A Date: Mon, 18 Nov 2013 18:30:18 +0100 Subject: [PATCH] Reverted 'h' suffix detection This causes too many breaking changes in the NV namespace. --- Source/Bind/FuncProcessor.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/Bind/FuncProcessor.cs b/Source/Bind/FuncProcessor.cs index e8bae3cd..a6cbcbf7 100644 --- a/Source/Bind/FuncProcessor.cs +++ b/Source/Bind/FuncProcessor.cs @@ -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" +