postgresql-6.5.2/src/interfaces/odbc/gpps.h

From: Peter Schaefer <schaefer(at)cys(dot)de>
To: "pgsql-ports(at)postgreSQL(dot)org" <pgsql-ports(at)postgreSQL(dot)org>
Subject: postgresql-6.5.2/src/interfaces/odbc/gpps.h
Date: 1999-10-08 12:45:37
Message-ID: 37FDE771.80D18DA8@cys.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-ports

All files in the odbc directory contain gcc-style comments (//), which
is completely unnecessary and causing work when compiling with a C-compiler.
That is, I deleted all comments by applying the following to all files:
#!/bin/sh
cp $1 /tmp/$1.copy; sed 's/\/\/.*$//g' /tmp/$1.copy > $1

--
Peter Schäfer - mailto:schaefer(at)cys(dot)de, schaefer(at)dfu(dot)de

Responses

Browse pgsql-ports by date

  From Date Subject
Next Message Pedro J. Lobo 1999-10-08 14:23:39 6.5.2 broken on alpha/Tru64 Unix 4.0d/cc
Previous Message baier 1999-10-08 11:59:27 Re: Installing postgresql on sgi: IpcSemaphoreCreate gives Bad address.