Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1lYzsU-0007Oa-K2 for pgsql-odbc@arkaria.postgresql.org; Tue, 20 Apr 2021 23:33:58 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.92) (envelope-from ) id 1lYzsR-0001qs-E3 for pgsql-odbc@arkaria.postgresql.org; Tue, 20 Apr 2021 23:33:55 +0000 Received: from makus.postgresql.org ([2001:4800:3e1:1::229]) by malur.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1lYzsR-0001qe-8V for pgsql-odbc@lists.postgresql.org; Tue, 20 Apr 2021 23:33:55 +0000 Received: from smtp85.iad3a.emailsrvr.com ([173.203.187.85]) by makus.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1lYzsL-0002kf-8g for pgsql-odbc@postgresql.org; Tue, 20 Apr 2021 23:33:53 +0000 X-Auth-ID: xof@thebuild.com Received: by smtp11.relay.iad3a.emailsrvr.com (Authenticated sender: xof-AT-thebuild.com) with ESMTPSA id 94C31433C for ; Tue, 20 Apr 2021 19:33:47 -0400 (EDT) From: Christophe Pettus Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Mime-Version: 1.0 (Mac OS X Mail 11.5 \(3445.9.7\)) Subject: C99 required? Message-Id: <0BA29686-7D35-4F61-B995-73196A9AF455@thebuild.com> Date: Tue, 20 Apr 2021 16:33:45 -0700 To: pgsql-odbc@postgresql.org X-Mailer: Apple Mail (2.3445.9.7) X-Classification-ID: 0b3c026d-c73c-41ed-8447-e52397c4082e-1-1 List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk Hi, Is a C99 compiler required to build psqlODBC? There are some C++-style = comments in the C code, but I don't see if that's an accident or = literally required. Some platforms' C compilers are C89, and they have = issues with the // comments (for example, in pgtypes.h).=