- Commit
- 41b8c5b3a4c46d3c2beb1dae6e170c295c19b198
- Parent
- 2365a559d0bc9e6a212e1a1a3ab919b12e3c5e90
- Author
- John MacFarlane <jgm@berkeley.edu>
- Date
Removed check for same mem allocator in S_can_contain.
This is too strict, as it prevents the use of dynamically
loaded extensions: see
https://github.com/jgm/cmark/pull/123#discussion_r67231518.
Documented in man page and public header that one should use the same
memory allocator for every node in a tree.