From 29c130135c3b0bdc6183c42b5a310fcc72407624 Mon Sep 17 00:00:00 2001 From: Kayne Ruse Date: Sun, 23 Jul 2023 18:34:52 +1000 Subject: [PATCH] Tweak --- repl/lib_runner.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/repl/lib_runner.h b/repl/lib_runner.h index 57123a4..0173505 100644 --- a/repl/lib_runner.h +++ b/repl/lib_runner.h @@ -5,5 +5,3 @@ #define TOY_OPAQUE_TAG_RUNNER 100 int Toy_hookRunner(Toy_Interpreter* interpreter, Toy_Literal identifier, Toy_Literal alias); - -