commit 12eb4946b1813a890eac80a8396b0aedc0c142c1
parent b7da117d96438a7ce157a54abc1defc9f7d785b7
Author: Virgil Dupras <hsoft@hardcoded.net>
Date: Tue, 26 Jul 2022 17:11:07 -0400
cc: add missing dependency in cc/ast
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/fs/cc/ast.fs b/fs/cc/ast.fs
@@ -1,6 +1,7 @@
\ C compiler Abstract Syntax Tree
\ An abstract syntax tree, AST, is a hierarchical structure of nodes
\ representing the nodes found in a C source file. See tree.fs for structure.
+?f<< lib/str.fs
?f<< lib/with.fs
?f<< lib/wordtbl.fs
?f<< cc/tok.fs