From ad9d6a199db7c28f8b20f131dfb55a26e0e251de Mon Sep 17 00:00:00 2001 From: Nakidai Date: Sun, 23 Mar 2025 21:11:13 +0300 Subject: Again... --- include/instruction.h | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 include/instruction.h (limited to 'include/instruction.h') diff --git a/include/instruction.h b/include/instruction.h deleted file mode 100644 index 63f28b2..0000000 --- a/include/instruction.h +++ /dev/null @@ -1,17 +0,0 @@ -#ifndef __CCL_INSTRUCTION_H__ -#define __CCL_INSTRUCTION_H__ - -#include "3cl.h" - -/**< Type for every instruction in 3cl */ -typedef struct CCLFrame *(*CCLInstruction)(struct CCL *ccl, struct CCLFrame *frame); - -/** - * Execute next instruction - * @param ccl CCL instance - * @param frame Current frame - * @return Updated frame - */ -struct CCLFrame *ccl_instruction(struct CCL *ccl, struct CCLFrame *frame); - -#endif /* __CCL_INSTRUCTION_H__ */ -- cgit 1.4.1