diff options
author | Clyne Sullivan <tullivan99@gmail.com> | 2018-02-22 11:14:53 -0500 |
---|---|---|
committer | Clyne Sullivan <tullivan99@gmail.com> | 2018-02-22 11:14:53 -0500 |
commit | 609ff568843dae9d003153509aaa0080aea7a303 (patch) | |
tree | 1fc99d12f2b123f468a27401bc0259ea454f5b3e /builtins.h | |
parent | f414175e0cf08e02d65ca09028641ac2adbd0f8e (diff) |
memory leak fixes, stuff
Diffstat (limited to 'builtins.h')
-rw-r--r-- | builtins.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -8,7 +8,7 @@ void iload_core(interpreter *it); -int ifunc_ret(interpreter *it); +void iret(interpreter *it, variable *v); const func_t indent_up[IUP_COUNT]; const func_t indent_down[IDOWN_COUNT]; |