A minor question. Why with Fortran’s counted strings are you appending a null
character?
> On Jul 11, 2016, at 6:54 PM, Jerry DeLisle wrote:
>
> Attached patch sets a limit of huge-1 on the character count to avoid the
> integer wrap.
>
> Regression tested with adjustment to test case.
>
> OK
Sounds like what everything needs is a differently named enum: say
three_way_logic.
On Nov 3, 2011, at 3:56 PM, Janus Weil wrote:
>> At least add a comment about the re-use (abuse?) of the
>> enum.
>
> Updated patch attached, which adds a short comment on the usage of 'match'.
>
>
>> This sho