Correct use of the ok function in user/tests and kernel/tests

Rein Klazes wijn at wanadoo.nl
Thu Dec 23 14:35:14 CST 2004


On Thu, 23 Dec 2004 17:13:26 +0100, you wrote:

> 
> Aren't arguments always evaluated left to right?

I can not remember the rule in C that say so. There is a rule that
specifies that each argument is evaluated fully before evaluating the
next one, but the order in winch this happens is free to the compiler

Moreover I only do this exercise because on my wine (compiled with gcc
3.4) they were not.

Rein.



More information about the wine-devel mailing list