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

2004-12-23 Thread Lionel Ulmer
On Thu, Dec 23, 2004 at 09:35:14PM +0100, Rein Klazes wrote: > 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 I am pretty sure that th

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

2004-12-23 Thread Rein Klazes
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 th

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

2004-12-23 Thread Jakob Eriksson
Aren't arguments always evaluated left to right? Rein Klazes wrote: Hi, 82 cases, most a variation of: ok( !Foo(), "Foo failed, error %ld\n", GetLastError()); Changelog: dlls/kernel/tests : change.c, file.c, process.c, thread.c, time.c dlls/user/tests : clipboard.c, msg.c, text.c win.c