introduce ->pre

This commit is contained in:
Nishi 2025-12-27 06:05:03 +09:00
commit 6fe8739366
Signed by: nishi
GPG key ID: 27EF69B208EB9343
3 changed files with 70 additions and 49 deletions

View file

@ -54,6 +54,7 @@ struct xemil {
xl_driver_t* driver;
void* drv_opaque;
void* drv_arg;
xl_node_t* pre;
xl_node_t* root;
};