From 9bc023bd1bd50acc583c27ce8a0417fecf2b9b54 Mon Sep 17 00:00:00 2001 From: Sean McBride Date: Fri, 3 Dec 2021 15:07:29 -0500 Subject: [PATCH] chore: rename instr --- runtime/compiletime/{instr.c => numeric_instructions.c} | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) rename runtime/compiletime/{instr.c => numeric_instructions.c} (99%) diff --git a/runtime/compiletime/instr.c b/runtime/compiletime/numeric_instructions.c similarity index 99% rename from runtime/compiletime/instr.c rename to runtime/compiletime/numeric_instructions.c index 2664d534..c596f183 100644 --- a/runtime/compiletime/instr.c +++ b/runtime/compiletime/numeric_instructions.c @@ -1,6 +1,7 @@ #include #include -#include + +#include "types.h" #define CHAR_BIT 8