Re: pgsql/src/interfaces/ecpg/preproc pgc.l

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: Tom Lane <tgl(at)postgresql(dot)org>
Cc: pgsql-committers(at)postgresql(dot)org
Subject: Re: pgsql/src/interfaces/ecpg/preproc pgc.l
Date: 2002-03-24 19:38:07
Message-ID: [email protected]
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Tom Lane wrote:
> CVSROOT: /cvsroot
> Module name: pgsql
> Changes by: tgl(at)postgresql(dot)org 02/03/24 13:22:21
>
> Modified files:
> src/interfaces/ecpg/preproc: pgc.l
>
> Log message:
> Indenting #if commands is not portable, is it?

Correct. For those curious:

! #ifdef HAVE_LONG_INT_64

should probably be:

! # ifdef HAVE_LONG_INT_64

I have seen the part after the # indented effectively. However, we
don't normally even bother with that in our code. Seems I added this
bug trying to indent a block of code. Funny I got no errors on the
compile.

--
Bruce Momjian | http://candle.pha.pa.us
pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 853-3000
+ If your life is a hard drive, | 830 Blythe Avenue
+ Christ can be your backup. | Drexel Hill, Pennsylvania 19026

In response to

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Thomas Lockhart 2002-03-24 20:23:08 Re: pgsql/src/interfaces/ecpg/preproc pgc.l
Previous Message Tom Lane 2002-03-24 18:22:21 pgsql/src/interfaces/ecpg/preproc pgc.l