From 17face3633686e374aa0859271ccf462a48e60aa Mon Sep 17 00:00:00 2001 From: Rose Hogenson Date: Sun, 4 Feb 2024 16:46:20 -0800 Subject: Rewrite the bytecode interpreter in Rust. --- bytecode/panic.h | 7 ------- 1 file changed, 7 deletions(-) delete mode 100644 bytecode/panic.h (limited to 'bytecode/panic.h') diff --git a/bytecode/panic.h b/bytecode/panic.h deleted file mode 100644 index d9904a8..0000000 --- a/bytecode/panic.h +++ /dev/null @@ -1,7 +0,0 @@ -#ifndef _PANIC_H_ -#define _PANIC_H_ - -// Prints a message to stderr and exits the process. -void panicf(const char *, ...); - -#endif -- cgit v1.3.1