From b0dfe8e38e52fc19514983f6391f095c2f595931 Mon Sep 17 00:00:00 2001 From: "Vadim B. Mikheev" Date: Tue, 20 May 1997 11:37:33 +0000 Subject: [PATCH] Define FREE(x) as pfree. --- src/include/utils/psort.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/include/utils/psort.h b/src/include/utils/psort.h index a20d2cb759..169c4bdc70 100644 --- a/src/include/utils/psort.h +++ b/src/include/utils/psort.h @@ -6,7 +6,7 @@ * * Copyright (c) 1994, Regents of the University of California * - * $Id: psort.h,v 1.2 1996/11/04 11:51:23 scrappy Exp $ + * $Id: psort.h,v 1.3 1997/05/20 11:37:33 vadim Exp $ * *------------------------------------------------------------------------- */ @@ -19,7 +19,7 @@ #define SORTMEM (1 << 18) /* 1/4 M - any static memory */ #define MAXTAPES 7 /* 7--See Fig. 70, p273 */ #define TAPEEXT "pg_psort.XXXXXX" /* TEMPDIR/TAPEEXT */ -#define FREE(x) free((char *) x) +#define FREE(x) pfree((char *) x) struct tape { int tp_dummy; /* (D) */