diff options
Diffstat (limited to 'tnslc/ast/ast.tnsl')
-rw-r--r-- | tnslc/ast/ast.tnsl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tnslc/ast/ast.tnsl b/tnslc/ast/ast.tnsl index 405a94a..466fe08 100644 --- a/tnslc/ast/ast.tnsl +++ b/tnslc/ast/ast.tnsl @@ -15,5 +15,5 @@ #/ /; export module ast - :import "node.tnsl" -;/
\ No newline at end of file + :include "ast/node.tnsl" +;/ |