summaryrefslogtreecommitdiff
path: root/examples/stoneage/StoneageFre.gf
diff options
context:
space:
mode:
authoraarne <unknown>2005-03-14 16:40:08 +0000
committeraarne <unknown>2005-03-14 16:40:08 +0000
commit4ca5d0b507906e0f352217899776ca0f4f37cd29 (patch)
tree4829658934096001dd31139b24fce3b0b1e2eb86 /examples/stoneage/StoneageFre.gf
parent623521c70b04b0ca79aaf7f0695698bb82e48b6b (diff)
swadesh fixes; bug fix in i -old
Diffstat (limited to 'examples/stoneage/StoneageFre.gf')
-rw-r--r--examples/stoneage/StoneageFre.gf6
1 files changed, 3 insertions, 3 deletions
diff --git a/examples/stoneage/StoneageFre.gf b/examples/stoneage/StoneageFre.gf
index 6696b2659..56f719d74 100644
--- a/examples/stoneage/StoneageFre.gf
+++ b/examples/stoneage/StoneageFre.gf
@@ -66,9 +66,9 @@ lin
Fly = PresV fly_V ;
Walk = PresV walk_V ;
Come = PresV come_V ;
- Lie = PresV lie_V ;
- Sit = PresV sit_V ;
- Stand = PresV stand_V ;
+ Lie = PresReflV lie_V ;
+ Sit = PresReflV sit_V ;
+ Stand = PresReflV stand_V ;
Turn = PresV turn_V ;
Fall = PresV fall_V ;
Sing = PresV sing_V ;