diff options
Diffstat (limited to 'src/compile/integers.h')
| -rw-r--r-- | src/compile/integers.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/compile/integers.h b/src/compile/integers.h index f4479b3e..06b47413 100644 --- a/src/compile/integers.h +++ b/src/compile/integers.h @@ -4,3 +4,4 @@ #include "../types.h" Text_t compile_int_to_type(env_t *env, ast_t *ast, type_t *target); +Text_t compile_int(ast_t *ast); |
