On Wednesday 03 September 2008 11:03:22 you wrote: > Kamil Dudka <[EMAIL PROTECTED]> writes: > Since both arguments are already bool I see no need for LOG_EQ (it's the > only use anyway). If you are using type bool, there is no guarantee there will be bool (0/1) value inside. It ca be (and mostly is) stored as a number in the memory, so there can be also other values.
Kamil _______________________________________________ Bug-coreutils mailing list [email protected] http://lists.gnu.org/mailman/listinfo/bug-coreutils
