aboutsummaryrefslogtreecommitdiff
path: root/typecheck.c
diff options
context:
space:
mode:
authorBruce Hill <bruce@bruce-hill.com>2024-05-18 21:18:08 -0400
committerBruce Hill <bruce@bruce-hill.com>2024-05-18 21:18:08 -0400
commit4f2421aeeaa2fba490ca4d815be1414feb51c588 (patch)
treef5d1bb6b8c89155f72752c1ee5cd59c901d166be /typecheck.c
parente4e3186959ba37402bc7ce21c4e977ead721a93f (diff)
Tweak inline C code
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;
}
}