Worked around a bug in GNU info

git-svn-id: svn://svn.cc65.org/cc65/trunk@1400 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
cuz 2002-09-20 21:56:11 +00:00
parent c2b550abf9
commit ea0925d436

View file

@ -234,7 +234,7 @@ The latter will work, but will create larger and slower code.
<sect>When using the <tt/?:/ operator, cast values that are not ints<p>
<sect>When using the ternary operator, cast values that are not ints<p>
The result type of the <tt/?:/ operator is a long, if one of the second or
third operands is a long. If the second operand has been evaluated and it was