1
0
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:
Tom Lane
2006-07-15 15:27:14 +00:00
parent 9b556322c5
commit 89e2a95589
2 changed files with 11 additions and 22 deletions

View File

@ -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