Some more Tk fun. (0.37.18)
This commit is contained in:
parent
92aacff71a
commit
689a716499
13 changed files with 282 additions and 12 deletions
2
src/vm.c
2
src/vm.c
|
|
@ -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)) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue