On Fri, Feb 3, 2012 at 2:20 PM, Glenn Adams <[email protected]> wrote:
> many of the new errors I notice (in both trunk and my i18n branches) have
> to do with whitespace before or after '(', ')', and cast operations;
>
actually, i generally use whitespace after a cast, but i notice much
existing fop code does not; so i think both styles should be permitted;
> i would like whitespace after BNOT produce a warning, e.g. both ! foo and
> !foo should be accepted without warning;
>
s/produce a warning/not produce a warning/