|
From: Julian S. <js...@ac...> - 2013-01-07 08:04:10
|
On Sunday, January 06, 2013, Florian Krohm wrote: > >> I'm willing to make the change if you and/or other port maintainers are > >> willing to double-check. > > > > Yes, I'm willing to double-check/review. > > OK, let's do it them. Do you want to merge COMEM first ? Yes. (Unfortunately) I think it would be wise to merge COMEM first, and also to finish off and commit the guard-type change too. Without those in place, there is going to be a lot of conflicts with a name-and-arg-order change. I hope to get them done this week. > How about this (with ITE meaning if-then-else)? ITE as a name seems fine. w.r.t. the comment .. > + /* A ternary if-then-else operator. It returns iftrue if cond is > + zero, iffalse otherwise. s/zero/nonzero, I think. J |