From 670eba73c474230e31d688e9568fcd540b4e3b39 Mon Sep 17 00:00:00 2001 From: Stef Walter Date: Mon, 9 Aug 2004 18:35:56 +0000 Subject: - added request parameter to ha_message... - combined ha_request and ha_response --- daemon/usuals.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'daemon/usuals.h') diff --git a/daemon/usuals.h b/daemon/usuals.h index e14ecf5..97d355b 100644 --- a/daemon/usuals.h +++ b/daemon/usuals.h @@ -29,10 +29,10 @@ #define countof(x) (sizeof(x) / sizeof(x[0])) #ifdef _DEBUG - #include "assert.h" - #define ASSERT assert + #include "assert.h" + #define ASSERT assert #else - #define ASSERT + #define ASSERT #endif #endif /* __USUALS_H__ */ -- cgit v1.2.3