From 1f75143d6c8515bc459110d9512b903140f3882e Mon Sep 17 00:00:00 2001 From: aarne Date: Mon, 6 Dec 2010 10:49:38 +0000 Subject: printing option -api in the eb command --- examples/animals/QuestionsEng.gf | 2 +- examples/animals/QuestionsI.gf | 17 ++++++++--------- examples/animals/QuestionsI.gfe | 8 ++++---- 3 files changed, 13 insertions(+), 14 deletions(-) (limited to 'examples') diff --git a/examples/animals/QuestionsEng.gf b/examples/animals/QuestionsEng.gf index 8a4c5c406..c8f51fb82 100644 --- a/examples/animals/QuestionsEng.gf +++ b/examples/animals/QuestionsEng.gf @@ -1,2 +1,2 @@ concrete QuestionsEng of Questions = QuestionsI with - (Lang = LangEng) ; + (Syntax = SyntaxEng) ; diff --git a/examples/animals/QuestionsI.gf b/examples/animals/QuestionsI.gf index ce0cb627a..eb7c2f697 100644 --- a/examples/animals/QuestionsI.gf +++ b/examples/animals/QuestionsI.gf @@ -1,7 +1,7 @@ --- to compile: echo "eb -file=QuestionsI.gfe" -probs=probs | gf $GF_LIB_PATH/present/LangEng.gfo +-- to compile: echo "eb -probs=probs -api -file=QuestionsI.gfe" | gf $GF_LIB_PATH/present/LangEng.gfo -- or use directly gf