From 5d85baa270b046eedf472d4cb851fe17fb608fc5 Mon Sep 17 00:00:00 2001 From: Clyne Sullivan Date: Mon, 12 Feb 2018 11:23:17 -0500 Subject: indent fixes, nested conditionals --- builtins.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'builtins.h') diff --git a/builtins.h b/builtins.h index 8739778..91c6e8c 100644 --- a/builtins.h +++ b/builtins.h @@ -3,6 +3,12 @@ #include "parser.h" +#define IUP_COUNT 3 +#define IDOWN_COUNT 2 + void iload_core(interpreter *it); +const func_t indent_up[IUP_COUNT]; +const func_t indent_down[IDOWN_COUNT]; + #endif // BUILTINS_H_ -- cgit v1.2.3