[Coco] Microware C question/problem

Kevin Diggs kevdig at hypersurf.com
Sat Dec 31 18:07:33 EST 2005


Hi,


> Bob Devries wrote:

>

>> besides that, the code output for "/"||"\\" is:

>> ldd #1

>> very odd indeed.

>>


Makes perfect sense to me. For a pre-ANSI compiler that is not going to
complain about arg types something that is true ored with something else
that is true is going to be true or 1. String literals are just
addresses. It is legal code, at least for pre-ANSI. Not sure it makes
any sense.

kevin



More information about the Coco mailing list