diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2024-03-09 19:02:13 -0500 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2024-03-09 19:02:13 -0500 |
| commit | cbdd357b41b4685c669755bfdd29c822d5dcc8c6 (patch) | |
| tree | 199ee8eaf17a938a9c68198dac95d1ce1f9b8353 /ast.h | |
| parent | 5131fdff6294b075cc760a8014ef8c9b6d1bf5d8 (diff) | |
Deprecate secret langs (just use one-member structs)
Diffstat (limited to 'ast.h')
| -rw-r--r-- | ast.h | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -241,7 +241,6 @@ struct ast_s { struct { const char *name; ast_t *namespace; - bool secret:1; } LangDef; struct { ast_t *indexed, *index; |
