diff options
Diffstat (limited to 'builtins.h')
-rw-r--r-- | builtins.h | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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_ |