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 b834d27 commit 4b3cb03Copy full SHA for 4b3cb03
src/backend/nodes/pg_list.h
@@ -6,7 +6,7 @@
6
*
7
* Copyright (c) 1994, Regents of the University of California
8
9
- * $Id: pg_list.h,v 1.1.1.1 1996/07/09 06:21:33 scrappy Exp $
+ * $Id: pg_list.h,v 1.2 1996/07/28 06:56:28 scrappy Exp $
10
11
*-------------------------------------------------------------------------
12
*/
@@ -88,7 +88,7 @@ extern void *nth(int n, List *l);
88
extern void set_nth(List *l, int n, void *elem);
89
90
/* hack for now */
91
-#define lconsi(i,l) lcons((void*)i,l)
+#define lconsi(i,l) lcons((void*)(int)i,l)
92
#define lfirsti(l) ((int)lfirst(l))
93
#define lappendi(l,i) lappend(l,(void*)i)
94
extern bool intMember(int, List *);
0 commit comments