fix entab compile with gcc 3.3.5

From: Marko Kreen <marko(at)l-t(dot)ee>
To: pgsql-patches(at)postgresql(dot)org
Subject: fix entab compile with gcc 3.3.5
Date: 2004-12-14 20:16:51
Message-ID: 20041214201651.GA3508@l-t.ee
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches


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.

--
marko

Attachment Content-Type Size
entab.diff text/plain 1.8 KB

Responses

Browse pgsql-patches by date

  From Date Subject
Next Message Bruce Momjian 2004-12-14 20:35:08 Re: fix entab compile with gcc 3.3.5
Previous Message Bruce Momjian 2004-12-14 20:01:19 Re: Threading fix for AIX