From 8c3037662ba572a6935170dbd4cb8cc8a3636417 Mon Sep 17 00:00:00 2001 From: ubq323 Date: Sat, 22 Jun 2024 18:22:24 +0100 Subject: compilation of functions, and some parts of interpreting them --- val.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'val.h') diff --git a/val.h b/val.h index c71e419..6aa85c5 100644 --- a/val.h +++ b/val.h @@ -53,7 +53,7 @@ typedef struct { typedef struct { Obj obj; - Chunk chunk; + Chunk ch; } ObjFunc; // Constructs a new objstring from the given C string, -- cgit v1.2.3