]> andersk Git - libyaml.git/commit
fix C++-compat error
authorReini Urban <rurban@cpanel.net>
Wed, 4 May 2016 06:53:47 +0000 (08:53 +0200)
committerTina Müller <cpan2@tinita.de>
Tue, 17 Jul 2018 21:08:09 +0000 (23:08 +0200)
commit75eddf785fedc2aeb9bf96db5a9bee97f7e4e72e
treed6a230dc193aa40196a7afb815fe2ee9b6b2e4d1
parent20496ee288fc0cbb9416a328f39379f69a5667da
fix C++-compat error

we cannot malloc to an anon struct in C++.
typedef yaml_anchors_t
include/yaml.h
src/dumper.c
src/emitter.c
This page took 0.569991 seconds and 5 git commands to generate.