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

Поиск
Список
Период
Сортировка
От Peter Schaefer
Тема postgresql-6.5.2/src/interfaces/odbc/gpps.h
Дата
Msg-id 37FDE771.80D18DA8@cys.de
обсуждение исходный текст
Ответы Re: [PORTS] postgresql-6.5.2/src/interfaces/odbc/gpps.h  (Bruce Momjian <maillist@candle.pha.pa.us>)
Список 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@cys.de, schaefer@dfu.de

В списке pgsql-ports по дате отправления:

Предыдущее
От: baier@ip-plus.net
Дата:
Сообщение: Re: Installing postgresql on sgi: IpcSemaphoreCreate gives Bad address.
Следующее
От: "Pedro J. Lobo"
Дата:
Сообщение: 6.5.2 broken on alpha/Tru64 Unix 4.0d/cc