Re: fix entab compile with gcc 3.3.5 - Mailing list pgsql-patches

From Bruce Momjian
Subject Re: fix entab compile with gcc 3.3.5
Date
Msg-id 200505271515.j4RFFv902879@candle.pha.pa.us
Whole thread Raw
In response to fix entab compile with gcc 3.3.5  (Marko Kreen <marko@l-t.ee>)
List pgsql-patches
Marko Kreen wrote:
>
> entab did not compile for me (cvs head), as
> gcc 3.3.5  #error's on <varargs.h>.
>
> This patch includes <stdarg.h> and also converts
> arg declaration to ANSI style, because K&R varargs
> are mystery to me.

Patch applied, with adjustments so it compiles without using c.h. I
actually did not lose your original patch.  It was still in the patches2
queue to be applied before 8.1.

--
  Bruce Momjian                        |  http://candle.pha.pa.us
  pgman@candle.pha.pa.us               |  (610) 359-1001
  +  If your life is a hard drive,     |  13 Roberts Road
  +  Christ can be your backup.        |  Newtown Square, Pennsylvania 19073

pgsql-patches by date:

Previous
From: Peter Eisentraut
Date:
Subject: Re: psql backslash consistency
Next
From: Bruce Momjian
Date:
Subject: Re: entab vs. gcc4 again