mes-m2 runs, full of ugly hacks

This commit is contained in:
Artemis Tosini 2023-10-22 01:25:10 +00:00
parent fdede57a24
commit 3f81a69c57
Signed by: artemist
GPG key ID: EE5227935FE3FF18

View file

@ -193,7 +193,7 @@ init_symbols () /*:((internal)) */
a = acons (cell_symbol_boot_module, cell_symbol_boot_module, a);
a = acons (cell_symbol_current_module, cell_symbol_current_module, a);
a = acons (cell_symbol_mes_version, make_string0 (MES_VERSION), a);
a = acons (cell_symbol_mes_version, make_string0 ("uwu"), a);
a = acons (cell_symbol_mes_datadir, make_string0 (g_datadir), a);
a = acons (cell_type_bytes, make_number (TBYTES), a);