owner-pgsql-interfaces@postgreSQL.org wrote:
From bouncefilter Sat Oct 9 08:03:18 1999
Received: from cys.de (root@cys.de [194.97.154.1])From bouncefilter Sat Oct 9 08:03:18 1999
by hub.org (8.9.3/8.9.3) with ESMTP id IAA44698
for <pgsql-interfaces@postgresql.org>; Sat, 9 Oct 1999 08:02:34 -0400 (EDT)
(envelope-from schaefer@cys.de)
Received: from cys.de (mars.cys.de [10.1.1.10])
by cys.de with ESMTP id OAA08527 for <pgsql-interfaces@postgresql.org>;
Sat, 9 Oct 1999 14:02:27 +0200 (MET DST)
Sender: schaefer@cys.de
Message-ID: <37FF2E8C.C87C95BD@cys.de>
Date: Sat, 09 Oct 1999 14:01:16 +0200
From: Peter Schaefer <schaefer@cys.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@postgresql.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@cys.de, schaefer@dfu.de
Peter Schäfer - mailto:schaefer@cys.de, schaefer@dfu.de
--
Motto of the 3D Designer: "I am a meshed potato, I can do the twist".
Motto of the 3D Designer: "I am a meshed potato, I can do the twist".