diff options
| author | aarne <aarne@chalmers.se> | 2010-12-06 11:03:00 +0000 |
|---|---|---|
| committer | aarne <aarne@chalmers.se> | 2010-12-06 11:03:00 +0000 |
| commit | cb0a1ede4552120da60b92d92051319e7c64b3b1 (patch) | |
| tree | 737e700c6e9252c422a85592d9ebf1e1f12ee32c /examples/animals/QuestionsFre.gf | |
| parent | 1f75143d6c8515bc459110d9512b903140f3882e (diff) | |
changed animals so that it compiles, after manual removal of duplicated api functions (to be fixed in ToAPI)
Diffstat (limited to 'examples/animals/QuestionsFre.gf')
| -rw-r--r-- | examples/animals/QuestionsFre.gf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/animals/QuestionsFre.gf b/examples/animals/QuestionsFre.gf index dab23b2ba..eb23829d3 100644 --- a/examples/animals/QuestionsFre.gf +++ b/examples/animals/QuestionsFre.gf @@ -1,2 +1,2 @@ concrete QuestionsFre of Questions = QuestionsI with - (Lang = LangFre) ; + (Syntax = SyntaxFre) ; |
