aboutsummaryrefslogtreecommitdiff
path: root/ast.h
diff options
context:
space:
mode:
authorBruce Hill <bruce@bruce-hill.com>2024-04-23 12:50:30 -0400
committerBruce Hill <bruce@bruce-hill.com>2024-04-23 12:50:30 -0400
commitfbb25decf062349b0f28b3027d6be34a11f2a812 (patch)
treeecbbf62e677833fcaff5e4033d92f43099fa6049 /ast.h
parent803995aea2b1012355c929a7e148d500cd253997 (diff)
Support struct literals as constants
Diffstat (limited to 'ast.h')
-rw-r--r--ast.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/ast.h b/ast.h
index 34c3ffa4..17ab7274 100644
--- a/ast.h
+++ b/ast.h
@@ -279,6 +279,5 @@ CORD type_ast_to_xml(type_ast_t *ast);
int printf_ast(FILE *stream, const struct printf_info *info, const void *const args[]);
ast_list_t *get_ast_children(ast_t *ast);
bool is_idempotent(ast_t *ast);
-bool is_constant(ast_t *ast);
// vim: ts=4 sw=0 et cino=L2,l1,(0,W4,m1,\:0