diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2018-12-31 02:11:41 -0800 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2018-12-31 02:11:41 -0800 |
commit | 01cba3d1044ab5199ab6108c9c7cc2a8f276819b (patch) | |
tree | 2b9eb3743a34434d9a22b74026b8779763519dcf /vm.c | |
parent | d544a9955f30703e0355c4ade71f7846e0c9d616 (diff) | |
download | txr-01cba3d1044ab5199ab6108c9c7cc2a8f276819b.tar.gz txr-01cba3d1044ab5199ab6108c9c7cc2a8f276819b.tar.bz2 txr-01cba3d1044ab5199ab6108c9c7cc2a8f276819b.zip |
Get alloca from stdlib.h, if possible.
* configure: try <stdlib.h> first for alloca. This should fix
a build issue which happens on the Musl library and perhaps
elsewhere. The problem on Musl is that #include <stdlib.h>
already includes <alloca.h>. That header contains an alloca
macro which interfers with our subsequent #include ALLOCA_H
directive: ALLOCA_H expands to <alloca.h> and the alloca token
gets further expanded.
Diffstat (limited to 'vm.c')
0 files changed, 0 insertions, 0 deletions