From 134f6a200ffc16fc2d6cb237cfa95ba8db46feef Mon Sep 17 00:00:00 2001 From: hallgren Date: Fri, 29 Nov 2013 13:03:19 +0000 Subject: [PATCH] examples/foods: remove all -path flags All languages n the Foods grammar compile fine with alltenses. --- examples/foods/FoodsCat.gf | 1 - examples/foods/FoodsFin.gf | 1 - examples/foods/FoodsFre.gf | 3 +-- examples/foods/FoodsGer.gf | 1 - examples/foods/FoodsHeb.gf | 1 - examples/foods/FoodsIce.gf | 1 - examples/foods/FoodsIta.gf | 1 - examples/foods/FoodsJpn.gf | 1 - examples/foods/FoodsLav.gf | 1 - examples/foods/FoodsMon.gf | 1 - examples/foods/FoodsSpa.gf | 1 - examples/foods/FoodsSwe.gf | 1 - examples/foods/FoodsTha.gf | 1 - examples/foods/FoodsTsn.gf | 1 - 14 files changed, 1 insertion(+), 15 deletions(-) diff --git a/examples/foods/FoodsCat.gf b/examples/foods/FoodsCat.gf index 5ad38d0dc..35e4efba6 100644 --- a/examples/foods/FoodsCat.gf +++ b/examples/foods/FoodsCat.gf @@ -1,4 +1,3 @@ ---# -path=.:present -- (c) 2009 Jordi Saludes under LGPL diff --git a/examples/foods/FoodsFin.gf b/examples/foods/FoodsFin.gf index 34da5764b..962199805 100644 --- a/examples/foods/FoodsFin.gf +++ b/examples/foods/FoodsFin.gf @@ -1,4 +1,3 @@ ---# -path=.:present -- (c) 2009 Aarne Ranta under LGPL diff --git a/examples/foods/FoodsFre.gf b/examples/foods/FoodsFre.gf index ac6c8c63c..f95db827b 100644 --- a/examples/foods/FoodsFre.gf +++ b/examples/foods/FoodsFre.gf @@ -1,4 +1,3 @@ ---# -path=.:../foods:present concrete FoodsFre of Foods = open SyntaxFre, ParadigmsFre in { @@ -29,4 +28,4 @@ concrete FoodsFre of Foods = open SyntaxFre, ParadigmsFre in { Expensive = mkAP (mkA "cher") ; Delicious = mkAP (mkA "délicieux") ; Boring = mkAP (mkA "ennuyeux") ; - } \ No newline at end of file + } diff --git a/examples/foods/FoodsGer.gf b/examples/foods/FoodsGer.gf index 934cefb9c..df3a371de 100644 --- a/examples/foods/FoodsGer.gf +++ b/examples/foods/FoodsGer.gf @@ -1,4 +1,3 @@ ---# -path=.:present -- (c) 2009 Aarne Ranta under LGPL diff --git a/examples/foods/FoodsHeb.gf b/examples/foods/FoodsHeb.gf index 3d76b639f..b68b383be 100644 --- a/examples/foods/FoodsHeb.gf +++ b/examples/foods/FoodsHeb.gf @@ -1,4 +1,3 @@ ---# -path=alltenses --(c) 2009 Dana Dannells -- Licensed under LGPL diff --git a/examples/foods/FoodsIce.gf b/examples/foods/FoodsIce.gf index 94e07d1dc..14c2c903a 100644 --- a/examples/foods/FoodsIce.gf +++ b/examples/foods/FoodsIce.gf @@ -1,4 +1,3 @@ ---# -path=.:prelude --# -coding=latin1 -- (c) 2009 Martha Dis Brandt under LGPL diff --git a/examples/foods/FoodsIta.gf b/examples/foods/FoodsIta.gf index 51baf9d70..0f959d2e5 100644 --- a/examples/foods/FoodsIta.gf +++ b/examples/foods/FoodsIta.gf @@ -1,4 +1,3 @@ ---# -path=.:present -- (c) 2009 Aarne Ranta under LGPL diff --git a/examples/foods/FoodsJpn.gf b/examples/foods/FoodsJpn.gf index 9525ff16b..855a95175 100644 --- a/examples/foods/FoodsJpn.gf +++ b/examples/foods/FoodsJpn.gf @@ -1,4 +1,3 @@ ---# -path=.:../lib/src/prelude -- (c) 2009 Zofia Stankiewicz under LGPL diff --git a/examples/foods/FoodsLav.gf b/examples/foods/FoodsLav.gf index efab63450..2d5357ff9 100644 --- a/examples/foods/FoodsLav.gf +++ b/examples/foods/FoodsLav.gf @@ -1,4 +1,3 @@ ---# -path=.:prelude -- (c) 2009 Inese Bernsone under LGPL diff --git a/examples/foods/FoodsMon.gf b/examples/foods/FoodsMon.gf index eda2012f4..c0d58f722 100644 --- a/examples/foods/FoodsMon.gf +++ b/examples/foods/FoodsMon.gf @@ -1,4 +1,3 @@ ---# -path=.:/GF/lib/src/prelude -- (c) 2009 Nyamsuren Erdenebadrakh under LGPL diff --git a/examples/foods/FoodsSpa.gf b/examples/foods/FoodsSpa.gf index 972282ae5..693d77d06 100644 --- a/examples/foods/FoodsSpa.gf +++ b/examples/foods/FoodsSpa.gf @@ -1,4 +1,3 @@ ---# -path=.:present concrete FoodsSpa of Foods = open SyntaxSpa, StructuralSpa, ParadigmsSpa in { diff --git a/examples/foods/FoodsSwe.gf b/examples/foods/FoodsSwe.gf index cbb35fb98..c3ed38abb 100644 --- a/examples/foods/FoodsSwe.gf +++ b/examples/foods/FoodsSwe.gf @@ -1,4 +1,3 @@ ---# -path=.:present -- (c) 2009 Aarne Ranta under LGPL diff --git a/examples/foods/FoodsTha.gf b/examples/foods/FoodsTha.gf index b031a7e2f..68245e1af 100644 --- a/examples/foods/FoodsTha.gf +++ b/examples/foods/FoodsTha.gf @@ -1,4 +1,3 @@ ---# -path=.:alltenses concrete FoodsTha of Foods = open SyntaxTha, LexiconTha, ParadigmsTha, (R=ResTha) in { diff --git a/examples/foods/FoodsTsn.gf b/examples/foods/FoodsTsn.gf index a7a69a1a5..dae2bdfba 100644 --- a/examples/foods/FoodsTsn.gf +++ b/examples/foods/FoodsTsn.gf @@ -1,4 +1,3 @@ ---# -path=alltenses -- (c) 2009 Laurette Pretorius Sr & Jr and Ansu Berg under LGPL