8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4913efc commit 0c0203dCopy full SHA for 0c0203d
src/include/port.h
@@ -6,7 +6,7 @@
6
* Portions Copyright (c) 1996-2010, PostgreSQL Global Development Group
7
* Portions Copyright (c) 1994, Regents of the University of California
8
*
9
- * $PostgreSQL: pgsql/src/include/port.h,v 1.129 2010/01/10 14:16:08 mha Exp $
+ * $PostgreSQL: pgsql/src/include/port.h,v 1.130 2010/01/31 17:35:46 tgl Exp $
10
11
*-------------------------------------------------------------------------
12
*/
@@ -20,7 +20,7 @@
20
/* socket has a different definition on WIN32 */
21
#ifndef WIN32
22
typedef int pgsocket;
23
-#define PGINVALID_SOCKET -1
+#define PGINVALID_SOCKET (-1)
24
#else
25
typedef SOCKET pgsocket;
26
#define PGINVALID_SOCKET INVALID_SOCKET
0 commit comments