• Nils Goroll's avatar
    Set parent in node_new to insert T_NEXUS nodes only when they are read · cbe2a404
    Nils Goroll authored
    In order to properly handle vped_include() failing, we need a way to
    insert a node only when it's ready and free it when not.
    
    Thus, we link to the parent in node_new(), but do not insert the
    child to the parent's list. As before, this happens in node_insert.
    
    On the way, we also add node_free() to free a node without finalizing
    it.
    
    Partly fixes !11
    cbe2a404
Name
Last commit
Last update
misc/coccinelle Loading commit data...
src Loading commit data...
.dir-locals.el Loading commit data...
.gitignore Loading commit data...
CHANGES.rst Loading commit data...
CONTRIBUTING.rst Loading commit data...
INSTALL.rst Loading commit data...
LICENSE Loading commit data...
Makefile.am Loading commit data...
README.rst Loading commit data...
autogen.sh Loading commit data...
configure.ac Loading commit data...