mirror of
https://github.com/rkd77/elinks.git
synced 2024-12-04 14:46:47 -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)
|
||||
#else
|
||||
#define list_typeof(x) struct xlist_head *
|
||||
#define list_typeof2(x)
|
||||
#define list_typeof2(x) void *
|
||||
#endif /* HAVE_TYPEOF */
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user