1
0
Fork 0
forked from fun/fun

Some more Tk fun. (0.37.18)

This commit is contained in:
Johannes Findeisen 2025-12-23 23:19:20 +01:00
commit 689a716499
13 changed files with 282 additions and 12 deletions

View file

@ -741,6 +741,7 @@ void vm_run(VM *vm, Bytecode *entry) {
#include "vm/tk/label.c"
#include "vm/tk/button.c"
#include "vm/tk/pack.c"
#include "vm/tk/bind.c"
#endif
/* SQLite ops */
@ -783,6 +784,7 @@ void vm_run(VM *vm, Bytecode *entry) {
#include "vm/typeof.c"
#include "vm/uclamp.c"
#include "vm/sclamp.c"
#include "vm/os/list_dir.c"
default:
if (!opcode_is_valid(inst.op)) {