DEBSOURCES
Skip Quicknav
sources / filtermail / 1.06.00-2 / expr / update.cc
1234567891011
//#define XERR #include "expr.ih" // static bool Expr::update(bool &var, eTruth truth) { if (truth == REVERSE) var = not var; return var; }