diff options
| author | hallgren <hallgren@chalmers.se> | 2010-04-20 13:54:10 +0000 |
|---|---|---|
| committer | hallgren <hallgren@chalmers.se> | 2010-04-20 13:54:10 +0000 |
| commit | d4ffc3a88af3bf890023490889d2c13e983c04e7 (patch) | |
| tree | 2f80274d1950e179e6ef6e2b95d4511e43e8a6bb | |
| parent | 9b4849b5e262d6aaba3bd0e3429bd2a4cb49c52b (diff) | |
Commented out faulty coding flag
FoodsIce.gf contained coding=utf8, but the file is in the latin1 encoding. This
confused GF.
| -rw-r--r-- | contrib/summerschool/foods/FoodsIce.gf | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/contrib/summerschool/foods/FoodsIce.gf b/contrib/summerschool/foods/FoodsIce.gf index f84dd55cd..9889d5da7 100644 --- a/contrib/summerschool/foods/FoodsIce.gf +++ b/contrib/summerschool/foods/FoodsIce.gf @@ -4,8 +4,7 @@ concrete FoodsIce of Foods = open Prelude in { - flags - coding=utf8; +--flags coding=utf8; lincat Comment = SS ; |
