Merge pull request #45 from m-x-d/region_fix

Fixed: #region blocks should not increase outertokencount (otherwise …
This commit is contained in:
coelckers 2016-02-15 16:06:39 +01:00
commit 71e79258dc

View file

@ -522,6 +522,7 @@ static void Outside(void)
break;
case TK_REGION: // [mxd]
case TK_ENDREGION:
outertokencount--; // #region markers should not count as "real" tokens
TK_SkipLine();
break;
default: