mirror of
https://github.com/rkd77/elinks.git
synced 2025-01-03 14:57:44 -05:00
[lists] cast to void * in case of lack of typeof
This commit is contained in:
parent
f75e78bdd4
commit
fffe7169af
@ -136,7 +136,7 @@ struct xlist_head {
|
|||||||
#define list_typeof2(x) typeof(x)
|
#define list_typeof2(x) typeof(x)
|
||||||
#else
|
#else
|
||||||
#define list_typeof(x) struct xlist_head *
|
#define list_typeof(x) struct xlist_head *
|
||||||
#define list_typeof2(x)
|
#define list_typeof2(x) void *
|
||||||
#endif /* HAVE_TYPEOF */
|
#endif /* HAVE_TYPEOF */
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user