[Fwd: BOUNCE pgsql-interfaces@postgreSQL.org: Non-member submission from [Peter Schaefer <schaefer@cys.de>]]

From: Peter Schaefer <schaefer(at)cys(dot)de>
To: pgsql-interfaces(at)postgresql(dot)org
Subject: [Fwd: BOUNCE pgsql-interfaces@postgreSQL.org: Non-member submission from [Peter Schaefer <schaefer@cys.de>]]
Date: 1999-10-09 15:46:52
Message-ID: 37FF636C.2EBD09D2@cys.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-interfaces

owner-pgsql-interfaces(at)postgreSQL(dot)org wrote:
>
> >From bouncefilter Sat Oct 9 08:03:18 1999
> Received: from cys.de (root(at)cys(dot)de [194.97.154.1])
> by hub.org (8.9.3/8.9.3) with ESMTP id IAA44698
> for <pgsql-interfaces(at)postgresql(dot)org>; Sat, 9 Oct 1999 08:02:34 -0400 (EDT)
> (envelope-from schaefer(at)cys(dot)de)
> Received: from cys.de (mars.cys.de [10.1.1.10])
> by cys.de with ESMTP id OAA08527 for <pgsql-interfaces(at)postgresql(dot)org>;
> Sat, 9 Oct 1999 14:02:27 +0200 (MET DST)
> Sender: schaefer(at)cys(dot)de
> Message-ID: <37FF2E8C(dot)C87C95BD(at)cys(dot)de>
> Date: Sat, 09 Oct 1999 14:01:16 +0200
> From: Peter Schaefer <schaefer(at)cys(dot)de>
> Organization: Spammers against Death Sentence
> X-Mailer: Mozilla 4.5 [en] (X11; I; Linux 2.0.36 i586)
> X-Accept-Language: en
> MIME-Version: 1.0
> To: pgsql-interfaces(at)postgresql(dot)org
> Subject: C++ comments in C code
> Content-Type: text/plain; charset=iso-8859-1
> Content-Transfer-Encoding: 8bit
>
> Version used: odbc-0.25 packaged with postgresql-6.5.2
>
> Most files in the odbc contain gcc-style C++-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
>
> You might wish to keep the comments, though.
>
> Thanks.
>
> --
> Peter Schäfer - mailto:schaefer(at)cys(dot)de, schaefer(at)dfu(dot)de

Peter Schäfer - mailto:schaefer(at)cys(dot)de, schaefer(at)dfu(dot)de
--
Motto of the 3D Designer: "I am a meshed potato, I can do the twist".

Browse pgsql-interfaces by date

  From Date Subject
Next Message Bruce Momjian 1999-10-09 20:21:56 Re: [HACKERS] Next release is 7.0(?)
Previous Message Vince Vielhaber 1999-10-09 13:03:09 Re: [HACKERS] Next release is 7.0(?)