Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 9eb0afd

Browse files
committed
Fixup for asserts.
1 parent 454913c commit 9eb0afd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/include/c.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
*
88
* Copyright (c) 1994, Regents of the University of California
99
*
10-
* $Id: c.h,v 1.40 1998/06/15 18:39:51 momjian Exp $
10+
* $Id: c.h,v 1.41 1998/06/20 04:34:31 momjian Exp $
1111
*
1212
*-------------------------------------------------------------------------
1313
*/
@@ -616,7 +616,7 @@ typedef struct Exception
616616

617617
#ifndef USE_ASSERT_CHECKING
618618
#define Assert(condition)
619-
#define AssertMacro(condition) true
619+
#define AssertMacro(condition) (void)true
620620
#define AssertArg(condition)
621621
#define AssertState(condition)
622622
#else

0 commit comments

Comments
 (0)