From e681d155d9cbc27bdacc05bd967a249c56e3f1f1 Mon Sep 17 00:00:00 2001 From: Steven Fuller Date: Sat, 9 Feb 2002 19:30:43 +0000 Subject: Disable Gold-only weapons for Regular edition (Tim Beckmann) fixed compiling with -DNDEBUG --- src/win95/list_tem.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/win95/list_tem.hpp') diff --git a/src/win95/list_tem.hpp b/src/win95/list_tem.hpp index 020aacc..d5a150a 100644 --- a/src/win95/list_tem.hpp +++ b/src/win95/list_tem.hpp @@ -37,7 +37,7 @@ #endif #ifdef NDEBUG - #define fail if (0) + static void fail(...) {} #define list_fail_get_data_from_sentinel NULL #define list_fail_add_entry_after NULL #define list_fail_add_entry_before NULL -- cgit v1.3