Dave, can you test the attached patch? I assume the problem was that
pgindent does not recognize // as comments, and in fact, we don't want
to use them.
This should fix the problem.
[ Charset ISO-8859-1 unsupported, converting... ]
> Helps if I actually attach it!
>
> > -----Original Message-----
> > From: Dave Page [mailto:dpage@vale-housing.co.uk]
> > Sent: 12 February 2001 08:00
> > To: pgsql-patches@postgresql.org
> > Subject: [PATCHES] ODBC Patch
> >
> >
> > This patch fixes resource.h which is generated automatically
> > by MS VC++ and
> > broken by pgindent :-(
> >
> > Regards,
> >
> > Dave.
> >
>
[ Attachment, skipping... ]
--
Bruce Momjian | http://candle.pha.pa.us
pgman@candle.pha.pa.us | (610) 853-3000
+ If your life is a hard drive, | 830 Blythe Avenue
+ Christ can be your backup. | Drexel Hill, Pennsylvania 19026
? libpsqlodbc.so.0.26
Index: resource.h
===================================================================
RCS file: /home/projects/pgsql/cvsroot/pgsql/src/interfaces/odbc/resource.h,v
retrieving revision 1.15
diff -c -r1.15 resource.h
*** resource.h 2001/02/11 04:56:58 1.15
--- resource.h 2001/02/12 12:57:08
***************
*** 1,13 ****
! //
! {
! {
! NO_DEPENDENCIES
! }
! }
- //Microsoft Developer Studio generated include file.
- // Used by psqlodbc.rc
- //
#define IDS_BADDSN 1
#define IDS_MSGTITLE 2
#define DLG_OPTIONS_DRV 102
--- 1,9 ----
! /*
! * {{NO_DEPENDENCIES}}
! * Microsoft Developer Studio generated include file.
! * Used by psqlodbc.rc
! */
#define IDS_BADDSN 1
#define IDS_MSGTITLE 2
#define DLG_OPTIONS_DRV 102