We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bb63157 commit 4dea85fCopy full SHA for 4dea85f
include/tea_scope.h
@@ -36,4 +36,5 @@ tea_var_t *tea_scope_find_local(const tea_scope_t *scp, const char *name);
36
tea_var_t *tea_scope_find(const tea_scope_t *scp, const char *name);
37
38
bool tea_decl_var(tea_ctx_t *ctx, tea_scope_t *scp, const char *name,
39
- unsigned int flags, const char *type, const tea_node_t *initial_value);
+ unsigned int flags, const char *type,
40
+ const tea_node_t *initial_value);
0 commit comments