Re: fix entab compile with gcc 3.3.5

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: Marko Kreen <marko(at)l-t(dot)ee>
Cc: pgsql-patches(at)postgresql(dot)org
Subject: Re: fix entab compile with gcc 3.3.5
Date: 2005-05-27 15:15:57
Message-ID: 200505271515.j4RFFv902879@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(at)candle(dot)pha(dot)pa(dot)us | (610) 359-1001
+ If your life is a hard drive, | 13 Roberts Road
+ Christ can be your backup. | Newtown Square, Pennsylvania 19073

In response to

Browse pgsql-patches by date

  From Date Subject
Next Message Bruce Momjian 2005-05-27 15:18:11 Re: entab vs. gcc4 again
Previous Message Peter Eisentraut 2005-05-27 07:45:52 Re: psql backslash consistency