From 91f42a2d730786fba0675fd39379ac2216b95d08 Mon Sep 17 00:00:00 2001 From: rpj Date: Mon, 22 Nov 2004 08:28:15 +0000 Subject: Copyright update --- tests/test.h | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) (limited to 'tests/test.h') diff --git a/tests/test.h b/tests/test.h index b337674..3a0ca7f 100644 --- a/tests/test.h +++ b/tests/test.h @@ -8,7 +8,7 @@ * * Pthreads-win32 - POSIX Threads Library for Win32 * Copyright(C) 1998 John E. Bossom - * Copyright(C) 1999,2003 Pthreads-win32 contributors + * Copyright(C) 1999,2004 Pthreads-win32 contributors * * Contact Email: rpj@callisto.canberra.edu.au * @@ -102,12 +102,6 @@ char * error_string[] = { # undef assert #endif -#ifdef NDEBUG - -# define assert(e) ((void)0) - -#else /* NDEBUG */ - #ifndef ASSERT_TRACE # define ASSERT_TRACE 0 #else @@ -134,7 +128,4 @@ int assertE; (fprintf(stderr, "Assertion failed: (%s %s %s), file %s, line %d, error %s\n", \ #e,#o,#r, __FILE__, (int) __LINE__, error_string[assertE]), exit(1), 0)) -#endif /* NDEBUG */ - - #endif -- cgit v1.2.3