diff options
Diffstat (limited to 'src/compile/reductions.c')
| -rw-r--r-- | src/compile/reductions.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/compile/reductions.c b/src/compile/reductions.c index 163b083e..2d7492af 100644 --- a/src/compile/reductions.c +++ b/src/compile/reductions.c @@ -11,6 +11,7 @@ #include "optionals.h" #include "statements.h" +public Text_t compile_reduction(env_t *env, ast_t *ast) { DeclareMatch(reduction, ast, Reduction); ast_e op = reduction->op; |
