<div dir="ltr"><div>On Wed, Aug 3, 2016 at 1:29 AM, George Rimar <span dir="ltr"><<a href="mailto:grimar@accesssoftek.com" target="_blank">grimar@accesssoftek.com</a>></span> wrote:<br></div><div class="gmail_extra"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class="">>+ // Passing 0 for the value of dot is a bit of a hack. It means that<br>
>+ // we accept expressions like ".|1".<br>
>+ PhdrCmd.Flags = readExpr()(0);<br>
<br>
</span>I think something like D23062 could help here.<br>
Or like Rui mentioned in comments for D23063, such checks (disallow using dot) probably<br>
should be done at parcing time. It is not the single place where we might want<br>
to restrict using of ".".</blockquote><div><br></div></div>I honestly don't care about use of "." here or there. Detecting it doesn't seems worthwhile.</div></div>