Minor tweak

This commit is contained in:
2023-02-18 12:15:19 +00:00
parent 3acbd7447a
commit 49f240ea07
8 changed files with 8 additions and 8 deletions

View File

@@ -4,6 +4,7 @@
#include "toy_literal.h"
#include <stdio.h>
#include <string.h>
//static math utils, copied from the interpreter
static Toy_Literal addition(Toy_Interpreter* interpreter, Toy_Literal lhs, Toy_Literal rhs) {