mirror of
https://github.com/postgres/postgres.git
synced 2025-06-02 00:01:40 -04:00
Fixup for asserts.
This commit is contained in:
parent
454913c19a
commit
9eb0afd0ad
@ -7,7 +7,7 @@
|
||||
*
|
||||
* Copyright (c) 1994, Regents of the University of California
|
||||
*
|
||||
* $Id: c.h,v 1.40 1998/06/15 18:39:51 momjian Exp $
|
||||
* $Id: c.h,v 1.41 1998/06/20 04:34:31 momjian Exp $
|
||||
*
|
||||
*-------------------------------------------------------------------------
|
||||
*/
|
||||
@ -616,7 +616,7 @@ typedef struct Exception
|
||||
|
||||
#ifndef USE_ASSERT_CHECKING
|
||||
#define Assert(condition)
|
||||
#define AssertMacro(condition) true
|
||||
#define AssertMacro(condition) (void)true
|
||||
#define AssertArg(condition)
|
||||
#define AssertState(condition)
|
||||
#else
|
||||
|
Loading…
x
Reference in New Issue
Block a user