From faf516e646a831de70225908238c9d20da62c7c3 Mon Sep 17 00:00:00 2001 From: Erick Date: Sun, 30 Jan 2022 00:57:42 +0100 Subject: [PATCH] add comments line 31 && line 171 --- tyvm.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tyvm.c b/tyvm.c index b642c8e..32ebd97 100644 --- a/tyvm.c +++ b/tyvm.c @@ -28,6 +28,7 @@ #define TRUE 1 #define FALSE 0 +/* These are temporary, just to not get a lot of error while writing code */ #define BR #define ADD #define LD @@ -167,5 +168,5 @@ int main(int argc, const char* argv[]) { break; } } - restore_input_buffering(); + restore_input_buffering(); // shutdown }