From 517e9fe048844533d927c4e3b6d021f82ccea984 Mon Sep 17 00:00:00 2001 From: ubq323 Date: Wed, 26 Jun 2024 14:48:27 +0100 Subject: remove OP_PUTS and OP_PRINT, use say and write functions instead --- vm.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'vm.h') diff --git a/vm.h b/vm.h index d9fcb50..4af6300 100644 --- a/vm.h +++ b/vm.h @@ -32,8 +32,6 @@ Thread thread_new(State *S); typedef enum { OP_RET, OP_LOADK, - OP_PUTS, - OP_PRINT, OP_ADD, OP_SUB, -- cgit v1.2.3