aboutsummaryrefslogtreecommitdiff
path: root/typecheck.c
diff options
context:
space:
mode:
Diffstat (limited to 'typecheck.c')
-rw-r--r--typecheck.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/typecheck.c b/typecheck.c
index 34d62aad..8dd62c07 100644
--- a/typecheck.c
+++ b/typecheck.c
@@ -1120,6 +1120,7 @@ bool is_constant(env_t *env, ast_t *ast)
}
return true;
}
+ case InlineCCode: return true;
default: return false;
}
}