mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Get rid of conflict in ccan/list
Undefine LIST_HEAD from BSD-origin sys/queue.h.
This commit is contained in:
parent
9c2851508e
commit
cb3eb3d7d5
1 changed files with 2 additions and 0 deletions
2
gc.c
2
gc.c
|
@ -82,6 +82,8 @@
|
|||
#include <emscripten.h>
|
||||
#endif
|
||||
|
||||
#undef LIST_HEAD /* ccan/list conflicts with BSD-origin sys/queue.h. */
|
||||
|
||||
#include "constant.h"
|
||||
#include "debug_counter.h"
|
||||
#include "eval_intern.h"
|
||||
|
|
Loading…
Reference in a new issue