X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~mdw/git/tripe/blobdiff_plain/23df0e5b6d5dfe65beaf6fee394746bfbf574035..0d9974ba1c7a707352f9d50f592b39b095de534d:/common/util.h diff --git a/common/util.h b/common/util.h index acdc0f6e..b4c45056 100644 --- a/common/util.h +++ b/common/util.h @@ -33,22 +33,12 @@ #include +#include + #ifdef __cplusplus extern "C" { #endif -/*----- Macros ------------------------------------------------------------*/ - -/* --- @IGNORE@ --- * - * - * Arguments: @expr@ = an expression whose value is to be ignored - * - * Use: Ignores the value of an expression, even if compilers want - * us not to. - */ - -#define IGNORE(expr) do { if (expr) ; } while (0) - /*----- Functions provided ------------------------------------------------*/ /* --- @u_quotify@ --- *