diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2024-04-23 12:50:30 -0400 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2024-04-23 12:50:30 -0400 |
| commit | fbb25decf062349b0f28b3027d6be34a11f2a812 (patch) | |
| tree | ecbbf62e677833fcaff5e4033d92f43099fa6049 /ast.h | |
| parent | 803995aea2b1012355c929a7e148d500cd253997 (diff) | |
Support struct literals as constants
Diffstat (limited to 'ast.h')
| -rw-r--r-- | ast.h | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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 |
