http://gcc.gnu.org/ml/gcc-patches/2008-05/msg01013.html: > + if (!is_unnecessary_except_errno)> + return false;> +> + return is_unnecessary_except_errno;> +}This is one for the daily-wtf :-) Remove the if, please.
> + if (!is_unnecessary_except_errno)> + return false;> +> + return is_unnecessary_except_errno;> +}This is one for the daily-wtf :-) Remove the if, please.
Happy to oblige :)
if (!lack_of_humor) return GOOD_COMMENT; return lack_of_humor ? BAD_COMMENT : GOOD_COMMENT;
class Paula_Bean PAULA = "Brillant" def get_paula return PAULA endend
> + for (; nconds > 0; )And the lord cried "while"!