diff options
Diffstat (limited to 'examples/peacekeeping/PeaceLexCommonI.gf')
| -rw-r--r-- | examples/peacekeeping/PeaceLexCommonI.gf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/peacekeeping/PeaceLexCommonI.gf b/examples/peacekeeping/PeaceLexCommonI.gf index 2b1cf29a4..b76949cb9 100644 --- a/examples/peacekeeping/PeaceLexCommonI.gf +++ b/examples/peacekeeping/PeaceLexCommonI.gf @@ -37,7 +37,7 @@ incomplete concrete PeaceLexCommonI of PeaceLexCommon = PeaceCatI ** open Lang i when_IAdv = when_IAdv; -- Numerals - one_Det = DetSg one_Quant NoOrd ; +-- one_Det = DetSg one_Quant NoOrd ; two_Num = NumNumeral (num (pot2as3 (pot1as2 (pot0as1 (pot0 n2))))) ; three_Num = NumNumeral (num (pot2as3 (pot1as2 (pot0as1 (pot0 n3))))) ; four_Num = NumNumeral (num (pot2as3 (pot1as2 (pot0as1 (pot0 n4))))) ; |
