summaryrefslogtreecommitdiff
path: root/examples/bronzeage/SwadeshAra.gf
diff options
context:
space:
mode:
Diffstat (limited to 'examples/bronzeage/SwadeshAra.gf')
-rw-r--r--examples/bronzeage/SwadeshAra.gf8
1 files changed, 4 insertions, 4 deletions
diff --git a/examples/bronzeage/SwadeshAra.gf b/examples/bronzeage/SwadeshAra.gf
index cfe54d1b2..666e41b35 100644
--- a/examples/bronzeage/SwadeshAra.gf
+++ b/examples/bronzeage/SwadeshAra.gf
@@ -1,5 +1,5 @@
---# -path=.:present:prelude
-
-concrete SwadeshAra of Swadesh = CatAra ** SwadeshI with
- (Lang = LangAra) ;
+--# -path=.:present
+concrete SwadeshAra of Swadesh = SwadeshI with
+ (Lexicon = LexiconAra),
+ (Syntax = SyntaxAra) ;