Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 7edafaf

Browse files
committed
gcc complains about improperly terminated comment.
1 parent c5c71aa commit 7edafaf

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/interfaces/odbc/psqlodbc.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
*
77
* Comments: See "notice.txt" for copyright and license information.
88
*
9+
* $Id: psqlodbc.h,v 1.28 2001/01/26 22:25:36 tgl Exp $
910
*/
1011

1112
#ifndef __PSQLODBC_H__
@@ -85,7 +86,7 @@ typedef UInt4 Oid;
8586
#define MAX_KEYPARTS 20
8687
#define MAX_KEYLEN 512 /* max key of the form "date+outlet+invoice" */
8788
#define MAX_ROW_SIZE 0 /* Unlimited rowsize with the Tuple Toaster */
88-
#define MAX_STATEMENT_LEN 0 /* Unlimited statement size with 7.0
89+
#define MAX_STATEMENT_LEN 0 /* Unlimited statement size with 7.0 */
8990

9091
/* Previously, numerous query strings were defined of length MAX_STATEMENT_LEN */
9192
/* Now that's 0, lets use this instead. DJP 24-1-2001 */

0 commit comments

Comments
 (0)