mirror of
https://github.com/postgres/postgres.git
synced 2025-07-27 12:41:57 +03:00
Fix some pgcrypto portability issues, per Marko Kreen.
This commit is contained in:
@ -3,7 +3,7 @@
|
||||
Name: imath.c
|
||||
Purpose: Arbitrary precision integer arithmetic routines.
|
||||
Author: M. J. Fromberger <http://www.dartmouth.edu/~sting/>
|
||||
Info: $Id: imath.c,v 1.1 2006/07/13 04:15:24 neilc Exp $
|
||||
Info: $Id: imath.c,v 1.2 2006/07/15 15:27:14 tgl Exp $
|
||||
|
||||
Copyright (C) 2002 Michael J. Fromberger, All Rights Reserved.
|
||||
|
||||
@ -33,7 +33,7 @@
|
||||
#include "imath.h"
|
||||
|
||||
#undef assert
|
||||
#define assert(TEST)
|
||||
#define assert(TEST) Assert(TEST)
|
||||
#define TRACEABLE_CLAMP 0
|
||||
#define TRACEABLE_FREE 0
|
||||
|
||||
|
Reference in New Issue
Block a user